-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
27 lines (25 loc) · 837 Bytes
/
mkdocs.yml
File metadata and controls
27 lines (25 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
site_name: Envars
site_description: Application Config As Code
theme:
name: material
features:
- navigation.tabs
- navigation.top
nav:
- Home: index.md
- Getting Started: getting-started.md
- User Guide:
- Configuration File: user-guide/01-configuration-file.md
- CLI Commands: user-guide/02-cli-commands.md
- Secret Management: user-guide/03-secret-management.md
- Variable Templating: user-guide/04-variable-templating.md
- Dynamic Variables: user-guide/05-dynamic-variables.md
- Validation: user-guide/06-validation.md
- API Reference:
- Library Usage: api-reference/index.md
- Data Models: api-reference/models.md
- Project:
- Contributing: project/contributing.md
- Security: project/security.md
- Changelog: project/changelog.md
- License: project/license.md