forked from shalb/cluster.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
107 lines (103 loc) · 3.17 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
site_name: Cluster.dev
# Page tree
repo_name: 'shalb/cluster.dev'
repo_url: 'https://github.com/shalb/cluster.dev'
site_url: 'https://docs.cluster.dev'
nav:
- Introduction:
- Overview:
- What Is Cluster.dev?: index.md
- How Does It Work?: how-does-cdev-work.md
- Getting Started:
- Prerequisites: get-started-prerequisites.md
- Install: get-started-install.md
- Install From Sources: get-started-install-from-sources.md
- Create New Project: get-started-create-project.md
- Examples:
- Overview: examples-overview.md
- AWS-EKS: examples-aws-eks.md
- AWS-K3s: examples-aws-k3s.md
- AWS-K3s Prometheus: examples-aws-k3s-prometheus.md
- DO-K8s: examples-do-k8s.md
- Modify AWS-EKS: examples-modify-aws-eks.md
- Develop Stack Template: examples-develop-stack-template.md
- Cluster.dev vs. Others:
- Cluster.dev vs. Terraform: cdev-vs-terraform.md
- Cluster.dev vs. Pulumi & Crossplane: cdev-vs-pulumi.md
- Reference:
- Structure:
- Overview: structure-overview.md
- Project: structure-project.md
- Stack: structure-stack.md
- Backends: structure-backend.md
- Secrets: structure-secrets.md
- State: cluster-state.md
- Units:
- Overview: units-overview.md
- Shell: units-shell.md
- Tfmodule: units-terraform.md
- Helm: units-helm.md
- K8s-manifest: units-k8s-manifest.md
- Printer: units-printer.md
- Variables: variables.md
- Stack Templates:
- Overview: stack-templates-overview.md
- Functions: stack-templates-functions.md
- Templating: templating.md
- Generators: generators-overview.md
- CLI Reference:
- CLI Commands: cli-commands.md
- CLI Options: cli-options.md
- Environment variables: env-variables.md
- How-to Articles:
- Use Different Terraform versions: howto-tf-versions.md
markdown_extensions:
- admonition
- codehilite
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
- pymdownx.tilde
- toc:
permalink: ' ¶'
theme:
name: 'material'
custom_dir: docs/theme-overrides
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
language: en
features:
- navigation.tabs
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
primary: black
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mod
font:
text: Roboto
code: Roboto Mono
logo: '/images/cluster-dev-logo-site.png'
favicon: 'images/favicon.png'
extra:
social:
- icon: fontawesome/brands/slack
link: https://join.slack.com/t/cluster-dev/shared_invite/zt-eg4q6jae-v0~zgrBLYTTXt~CjnjmprA
- icon: fontawesome/brands/twitter
link: https://twitter.com/shalbcom
- icon: fontawesome/brands/github
link: https://github.com/shalb/cluster.dev
extra:
analytics:
provider: google
property: G-KK8Z11MM4P