From b3fdcc512d93108eae280add00d06c380dbf0289 Mon Sep 17 00:00:00 2001 From: Catalin Jumiga Date: Wed, 30 Jul 2025 16:46:43 +0300 Subject: [PATCH] Updated configuration file docs --- docs/environment/_category_.json | 5 +++++ docs/{overview => environment}/app.md | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 docs/environment/_category_.json rename docs/{overview => environment}/app.md (93%) 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.