forked from red-hat-storage/gluster-test-drive-3.3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
25 lines (24 loc) · 860 Bytes
/
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
site_name: RHGS Test Drive Instructions
site_favicon: images/favicon.ico
copyright: 'Copyright ©2018 Red Hat, Inc.'
markdown_extensions:
- smarty
- toc
- sane_lists
- footnotes
- smart_strong
- codehilite
- nl2br
theme: material
extra:
logo: 'images/Logo_RH_RGB_Default.svg'
pages:
- Introduction: index.md
- Modules:
- 'Module 1 - Introduction to Gluster concepts': gluster-module-1.md
- 'Module 2 - Volume Setup and Client Access': gluster-module-2.md
- 'Module 3 - Volume Operations and Administration': gluster-module-3.md
- 'Module 4 - Disperse Volumes (Erasure Coding)': gluster-module-4.md
- 'Module 5 - Snapshot Operations and Administration': gluster-module-5.md
- 'Module 6 - Geo-Replication and Disaster Recovery': gluster-module-6.md
- 'Module 7 - Brick Replacement': gluster-module-7.md