-
Notifications
You must be signed in to change notification settings - Fork 40
/
mkdocs.yml
140 lines (133 loc) · 4.36 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
133
134
135
136
137
138
139
140
site_name: Claudie Docs
site_url: https://docs.claudie.io/
repo_url: https://github.com/berops/claudie
repo_name: claudie
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- 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
- navigation.top
palette:
- media: "(prefers-color-scheme)"
primary: white
accent: black
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: black
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to system preference
logo: hexagon_blue.png
favicon: hexagon_blue.png
custom_dir: docs/overrides
nav:
- index.md
- Sitemap: sitemap/sitemap.md
- Getting Started:
- Getting started: getting-started/get-started-using-claudie.md
- Detailed guide: getting-started/detailed-guide.md
- Input manifest:
- Providers:
- AWS: input-manifest/providers/aws.md
- Azure: input-manifest/providers/azure.md
- Cloudflare: input-manifest/providers/cloudflare.md
- GCP: input-manifest/providers/gcp.md
- Genesis: input-manifest/providers/genesiscloud.md
- Hetzner: input-manifest/providers/hetzner.md
- OCI: input-manifest/providers/oci.md
- On Premise: input-manifest/providers/on-prem.md
- Example yaml file: input-manifest/example.md
- GPUs example: input-manifest/gpu-example.md
- External Templates: input-manifest/external-templates.md
- API reference: input-manifest/api-reference.md
- How Claudie works:
- Claudie Workflow: claudie-workflow/claudie-workflow.md
- Claudie Storage solution: storage/storage-solution.md
- Loadbalancing in Claudie: ./loadbalancing/loadbalancing-solution.md
- Autoscaling in Claudie: autoscaling/autoscaling.md
- Claudie Use Cases: use-cases/use-cases.md
- FAQ: faq/FAQ.md
- Roadmap for Claudie: roadmap/roadmap.md
- Contributing: contributing/contributing.md
- Changelog:
- Claudie v0.1: CHANGELOG/changelog-0.1.x.md
- Claudie v0.2: CHANGELOG/changelog-0.2.x.md
- Claudie v0.3: CHANGELOG/changelog-0.3.x.md
- Claudie v0.4: CHANGELOG/changelog-0.4.x.md
- Claudie v0.5: CHANGELOG/changelog-0.5.x.md
- Claudie v0.6: CHANGELOG/changelog-0.6.x.md
- Claudie v0.7: CHANGELOG/changelog-0.7.x.md
- Claudie v0.8: CHANGELOG/changelog-0.8.x.md
- Claudie v0.9: CHANGELOG/changelog-0.9.x.md
- Latency limitations: latency-limitations/latency-limitations.md
- Troubleshooting: troubleshooting/troubleshooting.md
- Creating Claudie Backup: creating-claudie-backup/creating-claudie-backup.md
- Claudie Hardening: hardening/hardening.md
- Prometheus Monitoring: monitoring/grafana.md
- Updating Claudie: update/update.md
- Command Cheat Sheet: commands/commands.md
- Version Matrix: version-matrix/version-matrix.md
- HTTP Proxy: http-proxy/http-proxy.md
extra:
version:
provider: mike
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>.