-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
79 lines (64 loc) · 2.19 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
site_name: Dahak Metagenomics
site_url: https://dahak-metagenomics.github.io/dahak
repo_name: dahak-metagenomics/dahak
repo_url: https://github.com/dahak-metagenomics/dahak
edit_uri: ""
# This is a boilerplate DIB Lab footer
# This will likely change...
copyright: 'Copyright © 2017-2018, The Regents of the University of California.<br />
Written and maintained by the <a href="http://ivory.idyll.org/lab/">Lab for Data Intensive Biology</a> at UC Davis.<br />
Released under the <a href="https://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause License</a>.<br /><br />'
# change directory names here
docs_dir: docs
site_dir: site
# give a title for each page
pages:
- 'Index' : 'index.md'
- 'Installing' : 'installing.md'
- 'Workflows Overview' : 'workflows_overview.md'
- 'Running Workflows' : 'running_workflows.md'
- 'Workflow Configuration' : 'config.md'
- 'Quick Start' : 'quickstart.md'
- 'HPC Quick Start' : 'hpc_quickstart.md'
- 'Troubleshooting' : 'troubleshooting.md'
- 'Read Filtering':
- 'Overview' : 'readfilt_overview.md'
- 'Walkthrough' : 'readfilt_walkthru.md'
- 'Snakemake' : 'readfilt_snakemake.md'
- 'Assembly':
- 'Overview' : 'assembly_overview.md'
- 'Walkthrough' : 'assembly_walkthru.md'
- 'Snakemake' : 'assembly_snakemake.md'
- 'Comparison':
- 'Overview' : 'comparison_overview.md'
- 'Walkthrough' : 'comparison_walkthru.md'
- 'Snakemake' : 'comparison_snakemake.md'
- 'Taxonomic Classification':
- 'Overview' : 'taxclass_overview.md'
- 'Walkthrough' : 'taxclass_walkthru.md'
- 'Snakemake' : 'taxclass_snakemake.md'
- 'Contributing' : 'contrib.md'
theme:
# use local theme
name: null
custom_dir: 'mkdocs-material-dib/material'
# pretty colors! see https://squidfunk.github.io/mkdocs-material/getting-started/#primary-colors
palette:
primary: 'brown'
accent: 'brown'
# fun logos! see https://material.io/icons/
logo:
icon: 'line_style'
font:
text: 'Ubuntu'
code: 'Ubuntu Mono'
# this will add docs/css/custom.css to all your docs
extra_css:
- css/custom.css
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true