-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
50 lines (43 loc) · 1.23 KB
/
mkdocs.yml
File metadata and controls
50 lines (43 loc) · 1.23 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
---
site_name: "linkml-data-qc"
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
- mermaid2:
version: 11.4.1
- mkdocs-jupyter:
execute: false
include_source: true
allow_errors: true
#watch:
# - src/linkml_data_qc/schema
nav:
- Home: index.md
- Tutorials:
- Getting Started (CLI): notebooks/01_getting_started.ipynb
- Python API: notebooks/02_python_api.ipynb
- Complex Hierarchies: notebooks/03_complex_hierarchies.ipynb
- Tabular Data (CSV/TSV): notebooks/04_tabular_data.ipynb
- Value Set QC: notebooks/05_valueset_qc.ipynb
- Dashboards: notebooks/06_dashboards.ipynb
- How-To Guides:
- CI/CD Integration: how-to/ci-integration.md
- Configuration: how-to/configuration.md
- Reference:
- CLI Reference: cli-reference.md
- Path Notation: reference/paths.md
- Explanation:
- Philosophy: philosophy.md
exclude_docs: |
/templates-linkml/
exclude_docs: |
/templates-linkml/
site_url: https://linkml.github.io/linkml-data-qc
repo_url: https://github.com/linkml/linkml-data-qc