-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmkdocs.yml
51 lines (43 loc) · 1.74 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
site_name: dib-lab metagenomics rotation project
site_url: http://dib-lab.github.io/dib_rotation/
repo_name: dib_rotation
repo_url: https://github.com/dib-lab/dib_rotation
edit_uri: ""
copyright: 'Copyright © 2020 <a href="http://ivory.idyll.org/lab/">Lab for Data Intensive Biology</a> at UC Davis'
# change directory names here
docs_dir: doc
site_dir: site
theme:
name: material
# pretty colors! see https://squidfunk.github.io/mkdocs-material/getting-started/#primary-colors
palette:
primary: 'deep orange'
accent: 'black'
# fun logos! see https://material.io/icons/
icon:
logo: material/school
font:
text: 'Roboto'
code: 'Roboto Mono'
# optionally give a title for each page or section
nav:
- 'Home': 'index.md'
- "Setup":
- "Setting up Farm": "01_farm_account.md"
- "Install Conda": "02_conda.md"
- "Background Reading":
- "Scientific Literature": "03_background_reading.md"
- "Unix Tutorials": "00a_unix.md"
- "Keeping a Lab Notebook": "04_documentation.md"
- "Starting a Work Session": "04b_starting_a_work_session.md"
- "Metagenomics Project":
- "Find and download the data": "05_starting_with_data.md"
- "Quality Control": "06_quality_control.md"
- "Taxonomic Discovery with Sourmash": "07_taxonomic_discovery_with_sourmash.md"
- "Bin Completion with Spacegraphcats": "08_bin_completion_with_spacegraphcats.md"
- "Assembling a Nbhd": "09_assembling_a_nbhd.md"
- "Annotating amino acid sequences": "10_annotating_amino_acid_sequences.md"
- "Advanced Modules":
- "Automation, Workflows, and Repeatability": "11_workflows_and_repeatability.md"
- "Version Control with Git and GitHub": "12_angus_github.md"
- "Contribute on GitHub": "13_contribute_on_github.md"