-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
50 lines (46 loc) · 1.2 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
44
45
46
47
48
site_name: Gleaner IO Scheduler
#theme: 'material'
#theme: 'mkdocs'
theme:
name: material
# name: 'readthedocs'
features:
# - content.code.copy
- navigation.sections
markdown_extensions:
- toc:
permalink:
- attr_list
- def_list
- tables
- pymdownx.highlight:
use_pygments: false
- admonition
- pymdownx.snippets
- pymdownx.details
- pymdownx.superfences
plugins:
- search
# literate_nav must load after multirepo for the features to be available.
- multirepo:
# (optional) tells multirepo to cleanup the temporary directory after site is built.
cleanup: true
- mermaid2
- literate-nav
- mkdocs-jupyter
- callouts
# get a NoneType error, even when trying to generate in Geocodes-Metadata
# - schema_reader:
# include:
# - "./docs/GeoCODES-Metadata/schemas/"
nav:
- Gleaner IO Scheduler:
- Scheduler: README.md
- Ingest Workflow: ingest_workflow.md
- Quick: quick.md
- Add Containers: add_containers.md
- Scheduler Deployment: eco_deploy.md
- Develeopment:
- Local Developement: README_LOCAL_DEVELOPMENT.md
- Developing Schedules: developement.md
- Troubleshooting Workflows: monitoring_workflows.md