-
Notifications
You must be signed in to change notification settings - Fork 51
/
mkdocs.yaml
84 lines (82 loc) · 2.9 KB
/
mkdocs.yaml
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
site_name: Human Phenotype Ontology (Documentation)
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
- content.code.select
plugins:
- search
markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
- pymdownx.critic
- pymdownx.caret
- pymdownx.details
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- attr_list
- md_in_html
- tables
site_url: https://obophenotype.github.io/human-phenotype-ontology/
repo_url: https://github.com/obophenotype/human-phenotype-ontology/
nav:
- Home: index.md
- Documentation:
- Overview: documentation/overview.md
- Clinical:
- Clinician's guide: documentation/clinicians.md
- HPO term selection: documentation/HPO_term_selection.md
- FAQs: documentation/FAQs.md
- Phenopackets: phenopackets.md
- Annotations:
- Intro: annotations/introduction.md
- phenotype.hpoa: annotations/phenotype_hpoa.md
- genes_to_phenotype.txt: annotations/genes_to_phenotype.md
- phenotype_to_genes.txt: annotations/phenotype_to_genes.md
- genes_to_disease.txt: annotations/genes_to_disease.md
- Developers:
- Tools: developers/tools.md
- Mappings: developers/mappings.md
- Documentation: developers/documentation.md
- Running an HPO release: developers/release.md
- Editors guides:
- Protege: editors/protege.md
- Standard ODK workflows:
- Overview: odk-workflows/index.md
- Editors Workflow: odk-workflows/EditorsWorkflow.md
- Release Workflow: odk-workflows/ReleaseWorkflow.md
- Manage your ODK Repository: odk-workflows/RepoManagement.md
- Setting up Docker for ODK: odk-workflows/SettingUpDockerForODK.md
- Imports management: odk-workflows/UpdateImports.md
- Components management: odk-workflows/components.md
- Managing the documentation: odk-workflows/ManageDocumentation.md
- Managing your automated testing: odk-workflows/ManageAutomatedTest.md
- Continuous Integration: odk-workflows/ContinuousIntegration.md
- Your ODK Repository Overview: odk-workflows/RepositoryFileStructure.md
- Design Patterns:
- Design Patterns Overview: templates/dosdp.md
- Community:
- Introduction: community/index.md
- Contributing: community/contributing.md
- Workshops: community/workshops.md
- Cite the HPO: community/cite.md
- HPO Internationalization Effort: https://obophenotype.github.io/hpo-translations/