-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
52 lines (45 loc) · 1.24 KB
/
mkdocs.yml
File metadata and controls
52 lines (45 loc) · 1.24 KB
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
---
site_name: "namo"
theme:
name: material
# palette:
# scheme: slate
# primary: cyan
features:
- content.tabs.link
# for adding extra css/js see https://www.mkdocs.org/user-guide/customizing-your-theme/
plugins:
- search
- mknotebooks:
execute: false
- mermaid2:
version: 11.4.1
# TODO rebuild docs on schema change (https://github.com/dalito/linkml-project-copier/issues/39)
# - gen-files:
# scripts:
# - gen_pages.py # or any other name or path
watch:
- src/namo/schema
nav:
- Home: index.md
- Use Cases: use-cases.md
- Example Data:
- examples.md
- How-to:
- Overview: how-to/curate.md
- Curate Organoid Papers: how-to/curate-organoid-paper.md
- Curate Organ-on-Chip Papers: how-to/curate-organ-on-chip-paper.md
- Schema: elements/index.md
- Publications:
- NAMO Manuscript: manuscript/namo_ontology_manuscript.md
- About: about.md
exclude_docs: |
/templates-linkml/
site_url: https://monarch-initiative.github.io/namo
repo_url: https://github.com/monarch-initiative/namo
# Uncomment this block to enable use of Google Analytics.
# Replace the property value with your own ID.
# extra:
# analytics:
# provider: google
# property: G-XXXXXXXXXX