-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
26 lines (25 loc) · 940 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
25
26
site_name: ScaleIO-Framework
site_url: https://github.com/codedellemc/scaleio-framework
repo_url: https://github.com/codedellemc/scaleio-framework.git
docs_dir: .docs
site_dir: .site
theme_dir: .docs/.themes/yeti
#site_favicon: favicon.png
pages:
- Home: index.md
- User Guide:
- Installation: user-guide/installation.md
- Configuration: user-guide/configuration.md
- Deployment Strategies: user-guide/deployment-strategies.md
- Demo: user-guide/demo.md
- Troubleshooting: user-guide/troubleshooting.md
- Experimental: user-guide/experimental.md
- Developer guide:
- Project guidelines: developer-guide/project-guidelines.md
- REST API: developer-guide/restapi.md
- Build reference: developer-guide/build-reference.md
- Release process: developer-guide/release-process.md
- About:
- Contributing: about/contributing.md
- License: about/license.md
- Release notes: about/release-notes.md