diff --git a/README.md b/README.md index b60cc740..9a2c43a3 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ They can't capture all the project's features, but they are sufficient to get a ## Get Started -- [Try it out locally](https://homelab.khuedoan.com/installation/development) without any hardware (just 4 commands!) +- [Try it out locally](https://homelab.khuedoan.com/installation/sandbox) without any hardware (just 4 commands!) - [Deploy on real hardware](https://homelab.khuedoan.com/installation/production/prerequisites) for production workload ## Roadmap diff --git a/docs/installation/development.md b/docs/installation/sandbox.md similarity index 88% rename from docs/installation/development.md rename to docs/installation/sandbox.md index 7291720d..4eb5efb5 100644 --- a/docs/installation/development.md +++ b/docs/installation/sandbox.md @@ -1,4 +1,6 @@ -# Development environment +# Development sandbox + +The sandbox is intended for trying out the homelab without any hardware or testing changes before applying them to the production environment. ## Caveats compare to production environment diff --git a/mkdocs.yml b/mkdocs.yml index 77fb6c7d..c33ee84e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -35,7 +35,7 @@ markdown_extensions: nav: - Home: index.md - Installation: - - installation/development.md + - installation/sandbox.md - Production: - installation/production/prerequisites.md - installation/production/external-resources.md