diff --git a/docs/environment/_category_.json b/docs/environment/_category_.json new file mode 100644 index 0000000..df731d5 --- /dev/null +++ b/docs/environment/_category_.json @@ -0,0 +1,5 @@ +{ + "label": "Environment", + "position": 2, + "collapsed": false +} diff --git a/docs/overview/app.md b/docs/environment/app.md similarity index 93% rename from docs/overview/app.md rename to docs/environment/app.md index 893a3cf..83c98e1 100644 --- a/docs/overview/app.md +++ b/docs/environment/app.md @@ -1,4 +1,10 @@ -# Overlock Environment configuration file +--- +id: cfg-file +title: Configuration file +sidebar_position: 0 +--- + +# Environment configuration file Overlock enables you to define and manage your local development environment using a declarative YAML configuration file (by default, `overlock.yaml`). This approach makes it easy to version-control, reload, and share reproducible setups. The configuration covers networking, Kubernetes runtime, storage mounts, and lists of Providers, Configurations, and Functions that are automatically applied when the environment is created. This is ideal for restoring environments after a restart or collaborating with others.