forked from monarch-initiative/monarch-ingest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
31 lines (31 loc) · 875 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
site_name: Monarch Ingest
site_url: https://monarch-initiative.github.io/monarch-ingest/
nav:
- Ingest Tutorial:
- Configure: tutorials/configure-ingest.md
- Document: tutorials/add-documentation.md
- Implement: tutorials/implement-ingest.md
- Test: tutorials/test-ingest.md
- Validate: tutorials/validate-output.md
- Sources:
- AGR: ingests/alliance.md
- PomBase: ingests/pombase.md
- XenBase: ingests/xenbase.md
- CTD: ingests/ctd.md
- ZFIN: ingests/zfin.md
- HGNC: ingests/hgnc.md
- SGD: ingests/sgd.md
- FlyBase: ingests/flybase.md
- RGD: ingests/rgd.md
- GO: ingests/goa.md
- HPO: ingests/hpoa.md
- MGI: ingests/mgi.md
- OMIM: ingests/omim.md
- STRING: ingests/string.md
- Kozathon:
- Setup: kozathon/setup.md
theme:
name: material
markdown_extensions:
- toc:
baselevel: 4