-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
84 lines (77 loc) · 2.74 KB
/
mkdocs.yml
File metadata and controls
84 lines (77 loc) · 2.74 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
site_name: HPO Workshop
site_url: https://github.com/P2GX/HpoWorkshop
site_description: Introduction to the Human Phenotype Ontology (HPO) and HPO Applications
theme:
name: material
logo: img/hpo-logo.png # Logo in the top-left navigation bar
favicon: img/favicon.png
palette:
# Scientific/Medical Blue theme
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs # Top-level navigation
- navigation.sections # Grouped sidebar
- navigation.expand # Keep sidebar open
- content.code.copy # Copy buttons for exercises
- toc.follow # Table of contents follows scroll
- search.highlight # Highlights searched terms on the page
- search.suggest # Shows search suggestions in the dropdown
- search.share # Generates a link to the specific search
markdown_extensions:
- admonition # For Exercise/Hint boxes
- pymdownx.details # Collapsible "Answer" blocks
- pymdownx.superfences # Better code blocks
- pymdownx.tabbed: # Tabbed content for different OS instructions
alternate_style: true
- attr_list # For image alignment
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.magiclink
extra_css:
- stylesheets/extra.css
repo_name: HpoWorkshop
repo_url: https://github.com/P2GX/HpoWorkshop
plugins:
- search
- minify:
minify_html: true
- git-revision-date-localized:
type: date
not_in_nav: |
phenotyping/encoding-answers.md
phenotyping/hpo-answers.md
nav:
- Home: index.md
- 1. Introduction:
- Overview: introduction/index.md
- Background Reading: introduction/reading.md
- What is an ontology?: introduction/ontology.md
- Compuational disease models: introduction/annotation.md
- MAxO: introduction/maxo.md
- 2. Clinical Phenotyping:
- Navigating the HPO website: phenotyping/hpobrowser.md
- HPO Browsers: phenotyping/browsers.md
- Encoding Clinical Data: phenotyping/encoding.md
- 3. Phenopackets:
- Overview: phenopackets/index.md
- Phenoboard: phenopackets/phenoboard.md
- Example: phenopackets/example.md
- 4. Exomiser:
- Overview: exomiser/index.md
- Command line: exomiser/cmdline.md
- Java: exomiser/java.md
- Settings: exomiser/settings.md
- Running Exomiser: exomiser/running.md