-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
43 lines (38 loc) · 1.06 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
34
35
36
37
38
39
40
41
42
43
site_name: Dsp-Ingest
nav:
- Overview:
- Introduction: index.md
- Ingesting Assets: ingest.md
- API documentation:
- Projects Endpoints: api-endpoints-projects.md
- Monitoring Endpoints: api-endpoints-monitoring.md
- Maintenance Endpoints: api-endpoints-maintenance.md
- Authentication: api-authentication.md
- Service documentation:
- Configuration: service-configuration.md
- Filesystem Setup: service-filesystem-setup.md
plugins:
- include-markdown
- search
- git-revision-date-localized
- neoteroi.mkdocsoad:
use_pymdownx: true
theme:
name: material
features:
- navigation.tabs
- navigation.sections
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
extra_css:
- css/mkdocsoad-v1.0.2.css