-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
38 lines (38 loc) · 892 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: CFStore
nav:
- Home: index.md
- About: about.md
- Atomic Datasets: atomic.md
- Developer:
- Project Layout: layout.md
- Internal Logic: logic.md
- Django: django.md
- Frontend: gui.md
- Testing: testing.md
theme:
name: material
logo: img/ncas_white.png
palette:
primary: custom
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_root_heading: True
show_signature: True
- build_plantuml:
render: 'server'
bin_path: ''
server: 'http://www.plantuml.com/plantuml'
disable_ssl_certificate_validation: True
output_format: 'svg'
allow_multiple_roots: false
diagram_root: 'docs/diagrams/'
output_folder: 'out'
input_folder: 'src'
input_extensions: ''
extra_css:
- stylesheets/extra.css