|
1 | 1 | site_name: NNF |
2 | | -site_description: "Near Node Flash" |
| 2 | +site_description: 'Near Node Flash' |
3 | 3 | docs_dir: docs/ |
4 | | -repo_name: "NearNodeFlash/NearNodeFlash.github.io" |
| 4 | +repo_name: 'NearNodeFlash/NearNodeFlash.github.io' |
5 | 5 | repo_url: https://github.com/NearNodeFlash/NearNodeFlash.github.io |
6 | | -copyright: "© Copyright 2023 Hewlett Packard Enterprise Development LP" |
| 6 | +copyright: '© Copyright 2023 Hewlett Packard Enterprise Development LP' |
7 | 7 | nav: |
8 | 8 | - Home: index.md |
9 | | - - "User Guides": |
| 9 | + - 'User Guides': |
10 | 10 | - guides/index.md |
11 | | - - "Initial Setup": "guides/initial-setup/readme.md" |
12 | | - - "Compute Daemons": "guides/compute-daemons/readme.md" |
13 | | - - "Data Movement": "guides/data-movement/readme.md" |
14 | | - - "Firmware Upgrade": "guides/firmware-upgrade/readme.md" |
15 | | - - "High Availability Cluster": "guides/ha-cluster/readme.md" |
16 | | - - "RBAC for Users": "guides/rbac-for-users/readme.md" |
17 | | - - "Storage Profiles": "guides/storage-profiles/readme.md" |
18 | | - - "User Containers": "guides/user-containers/readme.md" |
19 | | - - "Lustre External MGT": "guides/external-mgs/readme.md" |
20 | | - - "RFCs": |
| 11 | + - 'Initial Setup': 'guides/initial-setup/readme.md' |
| 12 | + - 'Compute Daemons': 'guides/compute-daemons/readme.md' |
| 13 | + - 'Data Movement': 'guides/data-movement/readme.md' |
| 14 | + - 'Copy Offload API': 'guides/data-movement/copy-offload-api.html' |
| 15 | + - 'Firmware Upgrade': 'guides/firmware-upgrade/readme.md' |
| 16 | + - 'High Availability Cluster': 'guides/ha-cluster/readme.md' |
| 17 | + - 'RBAC for Users': 'guides/rbac-for-users/readme.md' |
| 18 | + - 'Storage Profiles': 'guides/storage-profiles/readme.md' |
| 19 | + - 'User Containers': 'guides/user-containers/readme.md' |
| 20 | + - 'Lustre External MGT': 'guides/external-mgs/readme.md' |
| 21 | + - 'RFCs': |
21 | 22 | - rfcs/index.md |
22 | | - - "Rabbit Request For Comment Process": "rfcs/0001/readme.md" |
23 | | - - "Rabbit Storage For Containerized Applications": "rfcs/0002/readme.md" |
24 | | - - "Repo Admin Guides": |
25 | | - - "Releasing NNF Software": "repo-guides/release-nnf-sw/readme.md" |
| 23 | + - 'Rabbit Request For Comment Process': 'rfcs/0001/readme.md' |
| 24 | + - 'Rabbit Storage For Containerized Applications': 'rfcs/0002/readme.md' |
| 25 | + - 'Repo Admin Guides': |
| 26 | + - 'Releasing NNF Software': 'repo-guides/release-nnf-sw/readme.md' |
26 | 27 | theme: |
27 | | - name: "material" |
| 28 | + name: 'material' |
28 | 29 | custom_dir: overrides |
29 | 30 | features: |
30 | 31 | - content.code.copy |
|
0 commit comments