-
Notifications
You must be signed in to change notification settings - Fork 14
/
mkdocs.yml
49 lines (49 loc) · 1.38 KB
/
mkdocs.yml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
site_name: Burrito
repo_url: https://github.com/padok-team/burrito
theme:
name: material
favicon: assets/icon/burrito.png
logo: assets/icon/burrito.png
features:
- navigation.indexes
markdown_extensions:
- codehilite
- admonition
- pymdownx.superfences
- toc:
permalink: true
nav:
- Home: index.md
- Overview: overview.md
- Getting started: getting-started.md
- Guides:
- guides/index.md
- IaC Drift Detection: guides/iac-drift-detection.md
- PR/MR Workflow: guides/pr-mr-workflow.md
- UI Overview: guides/ui.md
- Installation:
- Install with Helm (recommended): installation/with-helm.md
- Install with static manifests: installation/with-static-manifests.md
- Operator Manual:
- operator-manual/index.md
- operator-manual/architecture.md
- operator-manual/git-authentication.md
- operator-manual/pr-mr-workflow.md
- operator-manual/git-webhook.md
- operator-manual/advanced-configuration.md
- operator-manual/multi-tenant-architecture.md
- operator-manual/datastore.md
- operator-manual/provider-caching.md
- User Guide:
- user-guide/index.md
- user-guide/override-runner.md
- user-guide/remediation-strategy.md
- user-guide/terraform-version.md
- user-guide/private-modules.md
- user-guide/additionnal-trigger-path.md
- Contributing: contributing.md
# - Reference:
# - reference/index.md
# - reference/api.md
# - reference/crds.md
# - FAQ: faq.md