-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
56 lines (49 loc) · 1.37 KB
/
mkdocs.yml
File metadata and controls
56 lines (49 loc) · 1.37 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
53
54
55
56
---
site_name: "valuesets"
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/valuesets/schema
nav:
- Home: index.md
- Schema: elements/index.md
- Governance: governance.md
- How-To Guides:
- how-to-guides/agentic-ide-support.md
- how-to-guides/dynamic-valuesets-validation.md
- how-to-guides/sync-uniprot-species.md
- Slot Generation: slot-generation.md
- Views:
- DOE Genesis Mission: views/genesis-mission.md
- Microbial Ecology: views/microbial-ecology.md
- Rare Disease: views/rare-disease.md
- Lab Automation: views/lab-automation.md
- Slides: slides/index.md
- About: about.md
exclude_docs: |
/templates-linkml/
/manuscript/
site_url: https://linkml.github.io/valuesets
repo_url: https://github.com/linkml/valuesets
# Uncomment this block to enable use of Google Analytics.
# Replace the property value with your own ID.
# extra:
# analytics:
# provider: google
# property: G-XXXXXXXXXX