-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
47 lines (39 loc) · 824 Bytes
/
mkdocs.yml
File metadata and controls
47 lines (39 loc) · 824 Bytes
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
39
40
41
42
43
44
45
46
47
site_name: SynBioHub API Docs
theme:
name: material
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.progress
- navigation.tracking
- toc.integrate
- toc.follow
plugins:
- search
- neoteroi.mkdocsoad:
use_pymdownx: true
templates_path: docs/oad-templates
markdown_extensions:
- toc:
permalink: true
- attr_list
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
extra_css:
- css/mkdocsoad.css
- css/toc-collapse.css
extra_javascript:
- js/toc-collapse.js
hooks:
- hooks.py
nav:
- Home: index.md
- Main API: openapi-main.generated.md
- Plugins API: openapi-plugins.generated.md
- Guides:
- Plugins: concepts/plugins.md
- Remotes: concepts/remotes.md
watch:
- docs