forked from Volontaria/API-Volontaria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
33 lines (32 loc) · 1.03 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
site_name: Volontaria
site_description: API to manage volunteers in an organisation.
repo_name: volontaria/API-Volontaria
repo_url: https://github.com/volontaria/API-Volontaria
site_dir: site
copyright: Copyright © 2020, <a href="https://volontaria.github.io/">Volontaria</a>.
dev_addr: 0.0.0.0:8001
edit_uri: ''
nav:
- Home: 'index.md'
- Getting started:
- Install with Docker: 'getting_started/docker.md'
- Install manually: 'getting_started/virtualenv.md'
- Contributing:
- How to find help: 'contributing/how_to_find_help.md'
- Reporting bug: 'contributing/reporting_bug.md'
- Suggesting enhancement: 'contributing/suggesting_enhancement.md'
- Contributing to code: 'contributing/code_contribution.md'
- Style guide: 'contributing/style_guide.md'
- Developer guide:
- 'developer_guide/email_management.md'
- Policies:
- Code of conduct: 'CODE_OF_CONDUCT.md'
theme:
name: material
features:
- tabs
palette:
primary: indigo
accent: orange
markdown_extensions:
- admonition