-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
143 lines (137 loc) · 3.93 KB
/
mkdocs.yml
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
site_name: 'Pheno-Ranker Documentation'
site_description: 'Pheno-Ranker Documentation'
site_author: 'Manuel Rueda, PhD'
copyright: '© Copyright 2023-2024, Manuel Rueda, CNAG'
repo_name: 'Pheno-Ranker'
repo_url: https://github.com/mrueda/pheno-ranker
edit_uri: edit/main/docs/
extra_css:
- css/theme_overrides.css
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css
extra_javascript:
- js/theme_overrides.js
- js/katex.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/contrib/auto-render.min.js
plugins:
- search
- macros
- mermaid2:
arguments:
startOnLoad: true
markdown_extensions:
- toc:
toc_depth: 2-3
permalink: true
- admonition
- attr_list
- footnotes
- md_in_html
- pymdownx.critic
- pymdownx.caret
- pymdownx.details
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.saneheaders
- pymdownx.magiclink:
hide_protocol: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- tables
- mdx_gh_links:
user: CNAG-Biomedical-Informatics
repo: pheno-ranker
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
base_path: docs
url_download: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
- pymdownx.arithmatex:
generic: true
nav:
- Introduction:
- What is Pheno-Ranker?: what-is-pheno-ranker.md
- Input formats:
- BFF: bff.md
- PXF: pxf.md
- Other formats: other-formats.md
- 'Download & Installation': download-and-installation.md
- Web App User interface: https://pheno-ranker.cnag.eu
- Modes of operation:
- Cohort mode: cohort.md
- Patient mode: patient.md
- Technical details:
- Implementation: implementation.md
- Algorithm: algorithm.md
- User workflow: user-workflow.md
- Utilities:
- BFF/PXF plot: bff-pxf-plot.md
- BFF/PXF simulator: bff-pxf-simulator.md
- CSV import: csv-import.md
- QR code generator: qr-code-generator.md
- Formats Beyond BFF/PXF:
- Generic JSON: generic-json.md
- CSV: csv-import.md
- openEHR: open-ehr.md
- OMOP-CDM: omop-cdm.md
- VCF: vcf.md
- Help:
- Google colab: https://colab.research.google.com/drive/1n3Etu4fnwuDWNveSMb1SzuN50O2a05Rg#scrollTo=8tbJ0f5-hJAB
- Usage: usage.md
- FAQs: faq.md
- Addendum:
- Federated version proposal: federated-version-proposal.md
- About:
- About: about.md
- Citation: citation.md
theme:
name: material
#custom_dir: overrides
palette:
- media: '(prefers-color-scheme: dark)'
scheme: default
primary: blue grey
accent: amber
toggle:
icon: material/lightbulb
name: Switch to light mode
- media: '(prefers-color-scheme: light)'
scheme: slate
primary: blue grey
accent: amber
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
logo: img/iconhex.svg
favicon: img/favicon-2x.png
icon:
repo: fontawesome/brands/github-alt
features:
- content.code.select
- content.code.copy
- content.tabs.link
- search.highlight
- search.share
# - navigation.instant # otherwise blocks rendering of mermaid on page load
- navigation.tracking
- navigation.sections
- toc.integrate
# Options
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/mrueda