-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yaml
99 lines (88 loc) · 2.58 KB
/
mkdocs.yaml
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
site_name: 'Monarch Ingest Documentation'
site_url: 'https://monarch-initiative.github.io/monarch-ingest/'
repo_name: 'monarch-initiative/monarch-ingest'
repo_url: 'https://github.com/monarch-initiative/monarch-ingest'
nav:
- Welcome: 'index.md'
- CLI: 'CLI.md'
- Creating an Ingest:
- What is an Ingest?: 'Create-an-Ingest/index.md'
- Propose: 'Create-an-Ingest/1. Propose.md'
- Configure: 'Create-an-Ingest/2. Configure.md'
- Document: 'Create-an-Ingest/3. Document.md'
- Implement: 'Create-an-Ingest/4. Implement.md'
- Testing: 'Create-an-Ingest/5. Test.md'
- KG Build Process: 'KG-Build-Process/kg-build-process.md'
- Principles: 'Principles/modeling-principles.md'
- Sources:
- Overview: 'Sources/index.md'
- Alliance: 'Sources/alliance.md'
- BGee: 'Sources/bgee.md'
- BioGrid: 'Sources/biogrid.md'
- CTD: 'Sources/ctd.md'
# - Dictybase: 'Sources/dictybase.md'
# - Flybase: 'Sources/flybase.md'
- GO: 'Sources/go.md'
- HGNC: 'Sources/hgnc.md'
- HPOA: 'Sources/hpoa.md'
# - MGI: 'Sources/mgi.md'
- NCBI: 'Sources/ncbi.md'
- Panther: 'Sources/panther.md'
- Phenio: 'Sources/phenio.md'
- Pombase: 'Sources/pombase.md'
- Reactome: 'Sources/reactome.md'
# - RGD: 'Sources/rgd.md'
# - SGD: 'Sources/sgd.md'
- String: 'Sources/string.md'
# - Xenbase: 'Sources/xenbase.md'
- ZFIN: 'Sources/zfin.md'
theme:
name: 'material'
docs_dir: docs/
logo: 'images/monarch-initiative.png'
favicon: 'images/favicon.ico'
features:
- navigation.expand
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-2
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to light mode
font:
text: 'Source Sans Pro'
code: 'Source Sans Pro Mono'
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.emoji
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.superfences
- pymdownx.tabbed
- attr_list
- pymdownx.betterem:
smart_enable: all
- pymdownx.snippets:
check_paths: true
- pymdownx.tabbed:
alternate_style: true
extra:
social:
- icon: 'fontawesome/solid/house'
link: 'https://monarchinitiative.org'
- icon: 'fontawesome/brands/github-alt'
link: 'https://github.com/monarch-initiative'