-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
60 lines (55 loc) · 1.42 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
site_name: NextITS
site_author: Vladimir Mikryukov
site_description: A pipeline for metabarcoding fungi and other eukaryotes with full-length ITS sequenced with PacBio.
copyright: "Copyright © 2022 Vladimir Mikryukov. All rights reserved."
site_url: https://Next-ITS.github.io/
repo_url: https://github.com/vmikk/NextITS
theme:
name: material
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to light mode
favicon: assets/favicon.ico
logo: assets/NextITS_logo.webp
font:
text: 'Ubuntu'
code: 'Ubuntu Mono'
features:
- content.code.copy
markdown_extensions:
- attr_list
- md_in_html
- footnotes
- admonition
- toc:
permalink: True
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- 'Introduction': 'index.md'
- 'Installation': 'installation.md'
- 'Quick start': 'quickstart.md'
- 'Usage instructions': 'usage.md'
- 'Parameters': 'parameters.md'
- 'Usage on HPC cluster': 'HPC.md'