-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
60 lines (54 loc) · 2 KB
/
mkdocs.yml
File metadata and controls
60 lines (54 loc) · 2 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
57
58
59
60
---
site_name: "linkml-reference-validator"
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: false
#watch:
# - src/linkml_reference_validator/schema
nav:
- Home: index.md
- Setup Guide: setup-guide.md
- Quickstart: quickstart.md
- Tutorials:
- Complete Workflow: tutorials/complete-workflow.md
- Getting Started (CLI): notebooks/01_getting_started.ipynb
- Advanced Usage (CLI): notebooks/02_advanced_usage.ipynb
- Validating OBO Files (CLI): notebooks/04_obo_validation.ipynb
- Validating GEO Datasets: notebooks/05_geo_validation.ipynb
- Python API: notebooks/03_python_api.ipynb
- How-To Guides:
- Validating OBO Files: how-to/validate-obo-files.md
- Validating Entrez Accessions: how-to/validate-entrez.md
- Validating Clinical Trials: how-to/validate-clinical-trials.md
- Validating DOIs: how-to/validate-dois.md
- Validating URLs: how-to/validate-urls.md
- Validating Reference Titles: how-to/validate-titles.md
- Using Local Files and URLs: how-to/use-local-files-and-urls.md
- Adding a New Reference Source: how-to/add-reference-source.md
- Skipping Unsupported References: how-to/skip-unsupported-references.md
- Repairing Validation Errors: how-to/repair-validation-errors.md
- Concepts:
- How It Works: concepts/how-it-works.md
- Content Types: concepts/content-types.md
- Editorial Conventions: concepts/editorial-conventions.md
- Reference:
- CLI Reference: reference/cli.md
- Troubleshooting: troubleshooting.md
- Roadmap: todo.md
exclude_docs: |
/templates-linkml/
site_url: https://linkml.github.io/linkml-reference-validator
repo_url: https://github.com/linkml/linkml-reference-validator