-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
99 lines (99 loc) · 2.33 KB
/
mkdocs.yml
File metadata and controls
99 lines (99 loc) · 2.33 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
site_name: Lancet2
site_url: https://nygenome.github.io/Lancet2/
site_author: Rajeeva Lochan Musunuri
repo_url: https://github.com/nygenome/Lancet2
repo_name: nygenome/Lancet2
theme:
name: material
custom_dir: docs/overrides
logo: assets/logo_nygenome.svg
favicon: assets/favicon.ico
font:
text: Roboto
code: Roboto Mono
features:
- content.code.copy
- navigation.top
- navigation.tabs
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
extra:
version:
provider: mike
plugins:
- privacy
- offline
- meta
- blog
- mike:
alias_type: symlink
canonical_version: latest
- minify:
minify_html: true
minify_js: true
minify_css: true
- search:
lang: en
- git-revision-date-localized:
type: datetime
fallback_to_build_date: true
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
normalize_issue_symbols: true
repo_url_shorthand: true
user: nygenome
repo: Lancet2
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- Getting Started: index.md
- Guides:
- Scoring Somatic Variants: guides/scoring_somatic_variants.md
- Whole Genome Analysis: guides/wgs_analysis.md
- Targeted Analysis: guides/targeted_analysis.md
- Custom Visualization: guides/custom_visualization.md
- Reference: reference.md
- Publications: publications.md