-
Notifications
You must be signed in to change notification settings - Fork 36
/
mkdocs.yml
132 lines (128 loc) · 4.02 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
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
- Installation and Upgrade: installation-upgrade.md
- Getting Started:
- Overview: get-started-overview.md
- Quick Start on AWS: get-started-cdev-aws.md
- Quick Start on Azure: get-started-cdev-azure.md
- Quick Start on GCP: get-started-cdev-gcp.md
- Quick Start with Kubernetes: get-started-cdev-helm.md
- Examples:
- Overview: examples-overview.md
- AWS-EKS: examples-aws-eks.md
- AWS-K3s: examples-aws-k3s.md
- Azure-AKS: examples-azure-aks.md
- GCP-GKE: examples-gcp-gke.md
- AWS-K3s Prometheus: examples-aws-k3s-prometheus.md
- DO-K8s: examples-do-k8s.md
- Modify AWS-EKS: examples-modify-aws-eks.md
- HF LLM in EKS: examples-eks-model.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
- Kubernetes: units-kubernetes.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
- File System: stack-templates-file-system.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
- Resources:
- External Articles: examples-external-articles.md
- Cluster.dev vs. Other Technologies:
- Cluster.dev vs. Terragrunt: cdev-vs-terragrunt.md
- Cluster.dev vs. Helmfile: cdev-vs-helmfile.md
- Cluster.dev vs. Terraform: cdev-vs-terraform.md
- Cluster.dev vs. Pulumi & Crossplane: cdev-vs-pulumi.md
markdown_extensions:
- admonition
- codehilite
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
- pymdownx.tilde
- toc:
permalink: ' ¶'
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
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
- content.code.copy
- content.code.select
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/medium
link: https://medium.com/@cluster.dev
- 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/cluster__dev
- icon: fontawesome/brands/github
link: https://github.com/shalb/cluster.dev
extra:
analytics:
provider: gtm