-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
34 lines (31 loc) · 967 Bytes
/
mkdocs.yaml
File metadata and controls
34 lines (31 loc) · 967 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
28
29
30
31
32
33
34
site_name: Content CLI
repo_url: https://github.com/celonis/content-cli
edit_uri: edit/master/docs/
docs_dir: ./docs
plugins:
- techdocs-core
nav:
- Overview: './index.md'
- Getting Started: './getting-started.md'
- User Guide:
- Studio Commands: './user-guide/studio-commands.md'
- Config Commands: './user-guide/config-commands.md'
- Deployment Commands: './user-guide/deployment-commands.md'
- Data Pool Commands: './user-guide/data-pool-commands.md'
- Action Flow Commands: './user-guide/action-flow-commands.md'
- Development:
- Architecture: './internal-architecture.md'
- How to Add a Command: './how-to-add-command.md'
- Release Management: './how-to-release.md'
theme:
name: material
palette:
scheme: celonis
features:
- content.code.annotate
- navigation.instant
- navigation.sections
- navigation.tracking
- search.highlight
- search.share
- search.suggest