-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmkdocs.yml
More file actions
28 lines (27 loc) · 828 Bytes
/
mkdocs.yml
File metadata and controls
28 lines (27 loc) · 828 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
site_name: "BICAN Knowledge Graph Models Documentation"
theme:
name: material
palette:
scheme: default
primary: white
logo: images/bican_logo.png
features:
- content.tabs.link
plugins:
- search
- mermaid2
nav:
- Overview: index.md
- Models:
- Library Generation: index_library_generation.md
- Anatomical Structure: index_anatomical_structure.md
- Genome Annotation: index_genome_annotation.md
- Assertion Evidence: index_assertion_evidence.md
- BKE Taxonomy: index_bke_taxonomy.md
- Visualizations:
- Library Generation: library_generation.md
- Anatomical Structure: anatomical_structure.md
- Genome Annotation: genome_annotation.md
- Assertion Evidence: assertion_evidence.md
- BKE Taxonomy: bke_taxonomy.md
repo_url: https://github.com/brain-bican/models