forked from NearNodeFlash/NearNodeFlash.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
38 lines (38 loc) · 1.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
site_name: NNF
site_description: 'Near Node Flash'
docs_dir: docs/
repo_name: GitHub
repo_url: https://github.com/NearNodeFlash/NearNodeFlash.github.io
nav:
- Home: index.md
#- About: about.md
- 'User Guides':
- guides/index.md
- 'Initial Setup': 'guides/initial-setup/readme.md'
- 'Compute Daemons': 'guides/compute-daemons/readme.md'
- 'Firmware Upgrade': 'guides/firmware-upgrade/readme.md'
- 'High Availability Cluster': 'guides/ha-cluster/readme.md'
- 'RBAC for Users': 'guides/rbac-for-users/readme.md'
- 'Storage Profiles': 'guides/storage-profiles/readme.md'
- 'RFCs':
- rfcs/index.md
- 'Rabbit Request For Comment Process': 'rfcs/0001/readme.md'
- 'Rabbit Storage For Containerized Applications': 'rfcs/0002/readme.md'
theme:
name: 'material'
logo: img/logo.png
favicon: img/logo.png
plugins:
- search
- macros
- section-index
markdown_extensions:
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
- admonition
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences