forked from thecodeteam/polly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
24 lines (23 loc) · 796 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: Polly
site_url: https://github.com/emccode/polly
repo_url: https://github.com/emccode/polly.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
- Command Line Interface: user-guide/cli.md
- Troubleshooting: user-guide/troubleshooting.md
- REST API: user-guide/restapi.md
- Developer guide:
- Project guidelines: developer-guide/project-guidelines.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