-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (38 loc) · 1.22 KB
/
mkdocs.yml
File metadata and controls
38 lines (38 loc) · 1.22 KB
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: HPE GreenLake for File Storage Data Reduction Estimation Probe
site_description: Reference documentation for the HPE GreenLake for File Storage Data Reduction Estimation Probe
site_url: https://hpe-storage.github.io/hpe-gl4f-probe
site_author: Hewlett Packard Enterprise
theme:
name: readthedocs
custom_dir: hpe_theme/
repo_name: 'hpe-storage/hpe-gl4f-probe'
repo_url: 'https://github.com/hpe-storage/hpe-gl4f-probe'
copyright: "Copyright 2023 Hewlett Packard Enterprise Development LP"
extra_css:
- css/hpedev.css
use_directory_urls: false
markdown_extensions:
- admonition:
- toc:
permalink: True
separator: "_"
- markdown_fenced_code_tabs:
single_block_as_tab: False
active_class: 'active'
template: 'default'
plugins:
- search:
- macros:
include_dir: '.'
nav:
- GET STARTED:
- 'Prerequisites': prerequisites/index.md
- 'Deployment': deployment/index.md
- 'Understanding Output': output/index.md
- 'Troubleshooting': troubleshooting/index.md
- 'Manual Deployment': manual/index.md
- 'FAQ': faq/index.md
- LEGAL:
- 'End User License Agreement': 'legal/eula/index.md'
- 'Notices': 'legal/notices/index.md'
- 'Support': 'legal/support/index.md'