-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathmkdocs.yml
More file actions
170 lines (162 loc) · 5.23 KB
/
mkdocs.yml
File metadata and controls
170 lines (162 loc) · 5.23 KB
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
site_name: Claudie Docs
site_url: https://docs.claudie.io/
repo_url: https://github.com/berops/claudie
repo_name: claudie
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
plugins:
- mike:
canonical_version: null
version_selector: true
- search:
lang: en
- glightbox:
width: 100%
height: auto
zoomable: true
- include-markdown
- material-plausible
copyright: |
For enterprise support reach out via
<a
href="mailto:claudie@berops,com"
onmouseover="this.href=this.href.replace(',', '.')">
claudie@berops.com
</a>
theme:
name: material
features:
- content.code.copy
- content.code.annotate
- content.tabs.link
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.expand
- navigation.top
- navigation.indexes
- search.suggest
- search.highlight
- toc.follow
palette:
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Inter
code: JetBrains Mono
logo: assets/logo-light.svg
favicon: hexagon_blue.png
custom_dir: docs/overrides
nav:
- Home:
- index.md
- Sitemap: sitemap/sitemap.md
- Guides:
- Quick start: getting-started/get-started-using-claudie.md
- Detailed guide: getting-started/detailed-guide.md
- Use cases: use-cases/use-cases.md
- Updating Claudie: update/update.md
- Creating backups: creating-claudie-backup/creating-claudie-backup.md
- GPUs example: input-manifest/gpu-example.md
- Hardening: hardening/hardening.md
- Monitoring: monitoring/grafana.md
- HTTP proxy: http-proxy/http-proxy.md
- Example InputManifest: input-manifest/example.md
- Troubleshooting: troubleshooting/troubleshooting.md
- Reference:
- Providers:
- AWS: input-manifest/providers/aws.md
- Azure: input-manifest/providers/azure.md
- Cloudflare: input-manifest/providers/cloudflare.md
- CloudRift: input-manifest/providers/cloudrift.md
- Exoscale: input-manifest/providers/exoscale.md
- GCP: input-manifest/providers/gcp.md
- Hetzner: input-manifest/providers/hetzner.md
- OCI: input-manifest/providers/oci.md
- Openstack: input-manifest/providers/openstack.md
- On Premise: input-manifest/providers/on-prem.md
- External templates: input-manifest/external-templates.md
- API reference: input-manifest/api-reference.md
- Custom namespace: input-manifest/claudie-custom-ns.md
- Environment variables: environment-settings/environment.md
- Architecture:
- Claudie workflow: claudie-workflow/claudie-workflow.md
- Storage: storage/storage-solution.md
- Loadbalancing: loadbalancing/loadbalancing-solution.md
- Autoscaling: autoscaling/autoscaling.md
- Project:
- FAQ: faq/FAQ.md
- Version matrix: version-matrix/version-matrix.md
- Command cheat sheet: commands/commands.md
- Latency limitations: latency-limitations/latency-limitations.md
- Roadmap: roadmap/roadmap.md
- Contributing: contributing/contributing.md
- Changelog:
- v0.12: CHANGELOG/changelog-0.12.x.md
- v0.11: CHANGELOG/changelog-0.11.x.md
- v0.10: CHANGELOG/changelog-0.10.x.md
- v0.9: CHANGELOG/changelog-0.9.x.md
- v0.8: CHANGELOG/changelog-0.8.x.md
- v0.7: CHANGELOG/changelog-0.7.x.md
- v0.6: CHANGELOG/changelog-0.6.x.md
- v0.5: CHANGELOG/changelog-0.5.x.md
- v0.4: CHANGELOG/changelog-0.4.x.md
- v0.3: CHANGELOG/changelog-0.3.x.md
- v0.2: CHANGELOG/changelog-0.2.x.md
- v0.1: CHANGELOG/changelog-0.1.x.md
extra_css:
- stylesheets/extra.css
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/berops/claudie
- icon: fontawesome/brands/slack
link: https://kubernetes.slack.com/archives/C05SW4GKPL3
analytics:
provider: plausible
domain: docs.claudie.io
feedback:
title: Was this doc helpful?
ratings:
- icon: material/emoticon-happy-outline
name: Yes, it was
data: good
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: No, it could be a lot better
data: bad
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="/latest/feedback/feedback-form/" target="_blank" rel="noopener">feedback form</a>.