-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
105 lines (96 loc) · 2.7 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
site_name: 'Pheno-Ranker-UI Documentation'
site_description: 'Pheno-Ranker Toolbox Documentation'
site_author: 'Ivo Christopher Leist'
copyright: '© Copyright 2023, Ivo Christopher Leist, CNAG'
repo_name: 'Pheno-Ranker-UI'
repo_url: https://github.com/CNAG-Biomedical-Informatics/pheno-ranker-ui
edit_uri: edit/main/docs/
extra_css: [css/theme_overrides.css]
extra_javascript: [js/theme_overrides.js]
plugins:
- search
- macros
- mermaid2
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.superfences
- pymdownx.magiclink:
hide_protocol: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- tables
- mdx_gh_links:
user: ga4gh-beacon
repo: beacon-v2
# - pymdownx.emoji:
# emoji_index: !!python/name:materialx.emoji.twemoji
# emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
nav:
- Introduction:
- What is Pheno-Ranker-UI?: what-is-pheno-ranker-ui.md
- Use:
- Playground: playground.md
- Run locally: run-locally.md
- Help:
- Tutorial: tutorial.md
- FAQs: faq.md
- About:
- About: https://cnag-biomedical-informatics.github.io/pheno-ranker/about/
- Citation: https://cnag-biomedical-informatics.github.io/pheno-ranker/citation/
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/CP-logo-grey.png
icon:
repo: fontawesome/brands/github-alt
features:
- content.tabs.link
- search.highlight
- search.share
- navigation.instant
- navigation.tracking
- navigation.sections
- toc.integrate
# Options
extra:
social:
# - icon: fontawesome/brands/twitter
# link: https://twitter.com/genomebeacons
- icon: fontawesome/brands/github
link: https://github.com/CNAG-Biomedical-Informatics/pheno-ranker-ui
# https://pypi.org/project/mkdocs-with-pdf/ for more PDF configuration ...