forked from rancher/os2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
53 lines (47 loc) · 1 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
# Project information
site_name: RancherOS v2 - Immutable Linux for Rancher
site_url: https://rancher.github.io/os2
# Repository
repo_name: rancher/os2
repo_url: https://github.com/rancher/os2
edit_uri: https://github.com/rancher/os2/edit/main/docs/
theme:
name: material
#logo: 'assets/logo_horizontal_white.png'
#favicon: 'assets/favicon.ico'
palette:
- scheme: default
primary: grey
toggle:
icon: material/eye-outline
name: Dark Mode
- scheme: slate
primary: grey
toggle:
icon: material/eye
name: Light Mode
icon:
repo: fontawesome/brands/github
# Customization
extra:
homepage: https://rancher.github.io/os2
#google_analytics:
plugins:
- search
- markdownextradata: {}
markdown_extensions:
- codehilite
- admonition
- pymdownx.tabbed
- pymdownx.superfences
- toc:
permalink: true
nav:
- architecture.md
- clusters.md
- installation.md
- upgrade.md
- configuration.md
- dashboard.md
- operator.md
- versions.md