forked from flux-iac/tofu-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
38 lines (35 loc) · 1.07 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
site_name: Weave GitOps Terraform Controller
theme:
name: material
icon:
repo: fontawesome/brands/github
palette:
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- content.code.annotate
- content.code.copy
repo_url: https://github.com/flux-iac/tofu-controller
repo_name: weaveworks/tf-controller
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- Overview: 'index.md'
- Getting Started: 'getting_started.md'
- Use TF-Controller: 'use-tf-controller/index.md'
- Branch Planner:
- User Guide: 'branch-planner/index.md'
- Getting Started: 'branch-planner/branch-planner-getting-started.md'
- Branch Planner and Terraform Cloud Integration: 'branch-planner/branch-planner-tfc-integration-getting-started.md'
- API References: 'References/terraform.md'
- CLI References: 'tfctl.md'