-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
38 lines (34 loc) · 879 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
31
32
33
34
35
36
37
38
site_name: resop docs
site_url: https://daviderovell0.github.io/resop-docs/
site_dir: public
theme:
name: material
palette:
scheme: default
primary: amber
features:
- navigation.tabs
- navigation.top
- header.autohide
icon:
repo: fontawesome/brands/github
repo_url: https://github.com/daviderovell0/resop
repo_name: daviderovell0/resop
markdown_extensions:
- toc:
permalink: "#"
nav:
- Home: 'index.md'
- Install:
- Installation: 'install/install.md'
- Deployment: 'install/deploy.md'
- Use:
- Overview: 'use/overview.md'
- Authentication: 'use/auth.md'
- Usage: 'use/usage.md'
- Customise: 'use/customise.md'
- Reference: 'reference.md'
- Develop:
- Implementation: 'develop/implementation.md'
- Local test cluster: 'develop/vagrantcluster.md'
- Development Guide: 'develop/development.md'