-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
141 lines (130 loc) · 3.65 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
141
---
site_name: UnderStack
site_description: |-
UnderStack is a collection of open-source tools and technologies that provides
flexible, scalable, and cost-effective infrastructure management solution. The
focus is on deploying bare metal in data centers with functional DCIM and IPAM.
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: rackspace-light
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: rackspace-dark
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.expand
- navigation.indexes
- navigation.instant
- navigation.instant.progress
- navigation.prune
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
repo_name: rackerlabs/understack
repo_url: https://github.com/rackerlabs/understack
dev_addr: "127.0.0.1:8001"
edit_uri: "edit/main/docs"
copyright: Copyright © 2024 Rackspace Technology, Inc.
markdown_extensions:
- admonition
- attr_list
- def_list
- md_in_html
- pymdownx.caret
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences:
custom_fences:
- name: python
class: python
validator: !!python/name:markdown_exec.validator
format: !!python/name:markdown_exec.formatter
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.mark
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
extra_css:
- stylesheets/rackspace-theme.css
plugins:
- search
- include_dir_to_nav:
sort_file: true
sort_directory: true
- macros
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
anchors: warn
extra:
auth_url: !ENV [OS_AUTH_URL, "https://your.endpoint.url/v3"]
nav:
- Home: index.md
- Overview:
- vision.md
- 'Prerequisites':
- kubernetes.md
- openstack-helm.md
- 'Configuration':
- secrets.md
- networking.md
- Components:
- component-overview.md
- component-argo-workflows.md
- component-understack-workflows.md
- 'Deployment Guide':
- deploy-guide/index.md
- Quick Start: deploy-guide/gitops-install.md
- Full Deploy:
- deploy-guide/getting-started.md
- deploy-guide/deploy-repo.md
- deploy-guide/auth.md
- deploy-guide/extra-regions.md
- deploy-guide/external-argocd.md
- deploy-guide/add-remove-app.md
- Debugging:
- deploy-guide/debug-neutron.md
- 'User Guide':
- user-guide/index.md
- user-guide/openstack-cli.md
- user-guide/openstack-image.md
- user-guide/rabbitmq-cheat-sheet.md
- user-guide/mariadb-operator-cheat-sheet.md
- user-guide/postgres-operator-cheat-sheet.md
- user-guide/monitoring.md
- user-guide/openstack-ironic.md
- user-guide/openstack-placement.md
- user-guide/rook-ceph.md
- user-guide/nautobot.md
- Workflows: workflows/