forked from thecodeteam/libstorage
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
30 lines (30 loc) · 871 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
27
28
29
30
site_name: libStorage
site_url: https://github.com/codedellemc/libstorage
repo_url: https://github.com/codedellemc/libstorage.git
docs_dir: .docs
site_dir: .site
theme_dir: .docs/.themes/yeti
site_favicon: favicon.ico
extra_css:
- css/emccode.css
- css/emccode-font.css
- css/hX.css
markdown_extensions:
- admonition
- toc:
permalink: true
pages:
- Home: index.md
- User Guide:
- Configuration: user-guide/config.md
- Storage Providers: user-guide/storage-providers.md
- Schedulers: user-guide/schedulers.md
- Developers Guide:
- Project Guidelines: dev-guide/project-guidelines.md
- Build Reference: dev-guide/build-reference.md
- Release Process: dev-guide/release-process.md
- API: api.md
- About:
- Contributing: about/contributing.md
- License: about/license.md
- Release Notes: about/release-notes.md