forked from rexray/rexray
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
35 lines (35 loc) · 1.09 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
site_name: REX-Ray
site_url: https://github.com/codedellemc/rexray
repo_url: https://github.com/codedellemc/rexray.git
docs_dir: .docs
site_dir: .site
theme_dir: .docs-themes/yeti
site_favicon: favicon.png
extra_css:
- css/codedellemc.css
- css/codedellemc-font.css
- css/hX.css
markdown_extensions:
- admonition
- toc:
permalink: true
pages:
- Home: index.md
- User Guide:
- Installation: user-guide/installation.md
- Configuration: user-guide/config.md
- Storage Providers: user-guide/storage-providers.md
- Schedulers: user-guide/schedulers.md
- Docker Plug-ins: user-guide/docker-plugins.md
- Applications: user-guide/applications.md
- Demo: user-guide/demo.md
- Troubleshooting: user-guide/troubleshooting.md
- Usage: user-guide/usage.md
- Developers Guide:
- Project Guidelines: dev-guide/project-guidelines.md
- Build Reference: dev-guide/build-reference.md
- Release Process: dev-guide/release-process.md
- About:
- Contributing: about/contributing.md
- License: about/license.md
- Release Notes: about/release-notes.md