-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
79 lines (79 loc) · 1.86 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
site_name: Rancher Opni
site_url: https://github.com/rancher/opni-docs
repo_url: https://github.com/rancher/opni
edit_uri: ""
strict: false
theme:
features:
- navigation.instant
name: material
palette:
- scheme: default
media: "(prefers-color-scheme: light)"
primary: purple
accent: purple
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
media: "(prefers-color-scheme: dark)"
primary: purple
accent: purple
toggle:
icon: material/weather-sunny
name: Switch to light mode
font:
text: "Work Sans"
logo: "assets/logo-horizontal-opni-no-bg.png"
favicon: "assets/favicon.png"
plugins:
- search
markdown_extensions:
- codehilite
- attr_list
- def_list
- admonition
- pymdownx.tabbed
- pymdownx.superfences
- toc:
permalink: true
nav:
- index.md
- Deployment:
- deployment/quickstart.md
- deployment/basic.md
- deployment/advanced.md
- Setup Guides:
- setup/gpu.md
- setup/log-shipping.md
- setup/setup-grafana-dashboard.md
- setup/metrics.md
- Architecture:
- architecture/highlevel.md
- Configuration:
- configuration/elasticsearch.md
- configuration/gpuadapter.md
- configuration/logadapter.md
- configuration/nats.md
- configuration/opnicluster.md
- configuration/pretrainedmodel.md
- configuration/s3.md
- configuration/dataprepper.md
- Opni Logging:
- logging/logging.md
- logging/user-management.md
- Opni Log Anomaly:
- log-anomaly/log-anomaly.md
- API Versions:
- apiversions/v1beta2.md
extra_css:
- stylesheets/extra.css
extra_javascript:
- js/extra.js
extra:
# extra.version.mike for native versioning
version:
provider: mike
analytics:
provider: google
property: UA-56382716-14