-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
36 lines (31 loc) · 894 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
site_name: Adhocracy+
nav:
- Home: index.md
- HOWTO:
- install for development: installation_dev.md
- django basics: django_shell_basics.md
- management commands: management_commands.md
- translations: languages_and_translations.md
- create documentation: howtomkdocs.md
- install on production: installation_prod.md
- Diagrams:
- participation modules: diagrams_modules.md
- API:
- code reference: api.md
- Explanations:
- celery: celery.md
- ckeditor: ckeditor.md
- project insights: project_insights.md
#- reference: reference.md
- architecture: software_architecture.md
- tests: tests.md
- Repository:
- source code: https://github.com/liqd/adhocracy-plus
- contribute: contributing.md
theme:
name: "readthedocs"
plugins:
- mkdocstrings:
handlers:
python:
paths: [src]