-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
116 lines (107 loc) · 2.88 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
site_name: tbp-parser
site_author: Sage Wright
site_description: A TBProfiler output parser
site_url: https://theiagen.github.io/tbp-parser/
repo_url: https://github.com/theiagen/tbp-parser
theme:
name: material
logo: assets/Theiagen-Logo-White.png
favicon: assets/Theiagen-Symbol-Standard-01.png
custom_dir: docs/overrides
features:
- content.code.annotate
- content.code.copy
- content.tabs.link
- content.tooltips
- navigation.instant
- navigation.path
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.suggest
- toc.follow
- toc.integrate
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: light
toggle:
icon: material/weather-night
name: Switch to Dark Mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
accent: indigo
primary: black
toggle:
icon: material/white-balance-sunny
name: Switch to Light Mode
nav:
- Home: index.md
- Getting Started: usage.md
- Inputs:
- inputs/inputs.md
- TheiaProk Inputs on Terra: inputs/theiaprok.md
- Outputs:
- outputs/index.md
- Laboratorian report: outputs/laboratorian.md
- LIMS report: outputs/lims.md
- Looker report: outputs/looker.md
- Coverage report: outputs/coverage.md
- TheiaProk Outputs on Terra: outputs/theiaprok.md
- Versioning:
- versioning/index.md
- Brief Description of Versions: versioning/brief.md
- Exhaustive List of Versions: versioning/exhaustive.md
- Algorithm:
- algorithm/index.md
- Technical Code Breakdown: algorithm/technical.md
- Interpretation Document: algorithm/interpretation.md
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.caret
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
plugins:
- git-revision-date-localized:
enable_creation_date: true
type: iso_date
- search
- glightbox
- mike
extra_javascript:
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- javascripts/tablesort.js
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/theiagen
- icon: fontawesome/brands/twitter
link: https://twitter.com/theiagen
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/theiagen
version:
provider: mike
default: latest
alias: true
copyright: |
© 2023-2024 <a href="https://www.theiagen.com" target="_blank" rel="noopener">Theiagen Genomics</a>