-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
65 lines (65 loc) · 2.28 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
site_name: NNF
site_description: 'Near Node Flash'
docs_dir: docs/
repo_name: 'NearNodeFlash/NearNodeFlash.github.io'
repo_url: https://github.com/NearNodeFlash/NearNodeFlash.github.io
copyright: '© Copyright 2023 Hewlett Packard Enterprise Development LP'
nav:
- Home: index.md
- 'User Guides':
- guides/index.md
- 'Initial Setup': 'guides/initial-setup/readme.md'
- 'Compute Daemons': 'guides/compute-daemons/readme.md'
- 'User Interactions': 'guides/user-interactions/readme.md'
- 'Data Movement': 'guides/data-movement/readme.md'
- 'Copy Offload API': 'guides/data-movement/copy-offload-api.html'
- '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'
- 'User Containers': 'guides/user-containers/readme.md'
- 'Lustre External MGT': 'guides/external-mgs/readme.md'
- 'Global Lustre': 'guides/global-lustre/readme.md'
- 'Disable or Drain a Node': 'guides/node-management/drain.md'
- 'Debugging NVMe Namespaces': 'guides/node-management/nvme-namespaces.md'
- 'Directive Breakdown': 'guides/directive-breakdown/readme.md'
- 'System Storage': 'guides/system-storage/readme.md'
- 'RFCs':
- rfcs/index.md
- 'Rabbit Request For Comment Process': 'rfcs/0001/readme.md'
- 'Rabbit Storage For Containerized Applications': 'rfcs/0002/readme.md'
- 'Repo Admin Guides':
- 'Releasing NNF Software': 'repo-guides/release-nnf-sw/readme.md'
theme:
name: 'material'
custom_dir: overrides
features:
- content.code.copy
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.top
- navigation.footer
- toc.follow
- search.suggest
- search.highlight
- search.share
logo: img/logo.png
favicon: img/logo.png
plugins:
- search:
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
- macros
- section-index
extra:
version:
provider: mike
default: latest
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences