-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
246 lines (238 loc) · 7.08 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
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Kinetica for Kubernetes
site_author: Kinetica
site_description: >-
Kinetica for Kubernetes
site_url: https://www.kinetica.com
# Repository
repo_name: kineticadb/charts
repo_url: https://github.com/kineticadb/charts
edit_uri: ""
# Copyright
copyright: Copyright © 2016 - 2024 Kinetica DB Inc.
theme:
logo: assets/kinetica_logo.png
favicon: assets/favicon.ico
name: material
# Default values, taken from mkdocs_theme.yml
language: en
features:
- announce.dismiss
- content.tooltips
- content.code.copy
- content.code.annotate
- content.tabs.link
- header.autohide
- navigation.expand
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.progress
- navigation.prune
- navigation.sections
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- tags
- navigation.tabs
- navigation.tabs.sticky
# - toc.integrate
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: red
accent: red
toggle:
icon: material/toggle-switch
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
icon:
repo: fontawesome/brands/github
tag:
advanced: material/ninja
getting_started: material/shovel
storage: simple/googlecloudstorage
ingress: simple/ingress
network: material/network
# Plugins
plugins:
- tags:
tags_file: tags.md
- glightbox:
zoomable: true
draggable: true
skip_classes:
- skip-lightbox
auto_caption: true
- search
- minify:
minify_html: true
- macros
- mike:
# These fields are all optional; the defaults are as below...
alias_type: symlink
redirect_template: null
deploy_prefix: ''
canonical_version: null
version_selector: true
css_dir: css
javascript_dir: js
# - git-revision-date-localized:
# type: timeago
# locale: en
# fallback_to_build_date: true
# exclude:
# - index.md
# - redirects:
# redirect_maps:
# changelog/insiders.md: insiders/changelog.md
# upgrading.md: upgrade.md
# sponsorship.md: insiders/index.md
# Extensions
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- meta
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- includes/.icons
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
- pymdownx.highlight:
line_spans: __span
auto_title: true
anchor_linenums: true
use_pygments: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.pathconverter
- pymdownx.saneheaders
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
auto_append:
- includes/abbreviations.md
- pymdownx.superfences:
# custom_fences:
# - name: mermaid
# class: mermaid
# format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Page tree
nav:
- Home: index.md
- Setup:
- Setup/index.md
- Getting Started:
- GettingStarted/index.md
- Quickstart: GettingStarted/quickstart.md
- Preparation & Prerequisites: GettingStarted/preparation_and_prerequisites.md
- Installation:
- GettingStarted/installation.md
- CPU: GettingStarted/installation_cpu.md
- GPU: GettingStarted/installation_gpu.md
- Amazon EKS: GettingStarted/eks.md
- Azure AKS: GettingStarted/aks.md
- Advanced Topics:
- Advanced/index.md
- Alternative Charts: Advanced/alternative_charts.md
- Ingress Configuration: Advanced/ingress_configuration.md
- Air-Gapped Environments: Advanced/airgapped.md
- S3 Storage for Dev/Test: Advanced/minio_s3_dev_test.md
- Enabling Backup/Restore: Advanced/velero_backup_restore.md
- Kinetica DB on OS X (Arm64): Advanced/kinetica_mac_arm_k8s.md
- Advanced:
Advanced/index.md
- Operations:
- Operations/index.md
- Monitoring:
- Metrics & Monitoring: Monitoring/metrics_and_monitoring.md
- Logs: Monitoring/logs.md
- OpenTelemetry: Operations/otel.md
- Administration:
- Administration/index.md
- User Management: Administration/user_management.md
- Role Management: Administration/role_management.md
- Architecture & Design:
- Architecture/index.md
- Architecture:
- Core Database Architecture: Architecture/db_architecture.md
- Kubernetes Architecture: Architecture/kinetica_for_kubernetes_architecture.md
- Support:
- Support/index.md
- Help & Tutorials: Help/help_and_tutorials.md
- Troubleshooting: Troubleshooting/troubleshooting.md
- FAQ: Help/faq.md
- Reference:
- Reference/index.md
- Kinetica Helm Chart Reference:
- Kinetica Operators: Reference/helm_kinetica_operators.md
- Kinetica Cluster CRD/CR Reference:
- Kinetica Clusters Reference: Reference/kinetica_clusters.md
- Kinetica Cluster Users Reference: Reference/kinetica_cluster_users.md
- Kinetica Cluster Roles Reference: Reference/kinetica_cluster_roles.md
- Kinetica Cluster Grants Reference: Reference/kinetica_cluster_grants.md
- Kinetica Cluster Resource Groups Reference: Reference/kinetica_cluster_resource_groups.md
- Kinetica Cluster Schemas Reference: Reference/kinetica_cluster_schemas.md
- Kinetica Cluster Admins Reference: Reference/kinetica_cluster_admins.md
- Kinetica Cluster Backups Reference: Reference/kinetica_cluster_backups.md
- Kinetica Cluster Restores Reference: Reference/kinetica_cluster_restores.md
- Workbench CRD/CR Reference:
- Kinetica Workbench Reference: Reference/kinetica_workbench.md
- Categories: tags.md
extra:
status:
new: Recently added
deprecated: Will be removed in a future version
beta: Upcoming functionality (Dev Only)
tag:
Storage: storage
Ingress: ingress
Network: network
Architecture: architecture
Advanced: advanced
Getting Started: getting_started
Support: support
Reference: reference
homepage: https://www.kinetica.com
version:
provider: mike
kinetica_full_version: v7.2.2-5.ga-1
helm_chart_version: 72.2.5
watch:
- includes