Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/environment/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"label": "Environment",
"position": 2,
"collapsed": false
}
8 changes: 7 additions & 1 deletion docs/overview/app.md → docs/environment/app.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down