-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
125 lines (118 loc) · 3.2 KB
/
Copy pathmkdocs.yml
File metadata and controls
125 lines (118 loc) · 3.2 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
site_name: Yesselman Lab
site_description: Extensive documentation for the lab
site_author: Lab Team
site_url: https://yesselmanlab.github.io/lab-docs/
# Repository
repo_name: lab-docs
repo_url: https://github.com/YesselmanLab/lab-docs
edit_uri: edit/main/docs/
# Theme
theme:
name: material
palette:
# Light mode
- scheme: default
primary: blue
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Dark mode
- scheme: slate
primary: blue
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- content.code.annotate
- content.code.copy
icon:
repo: fontawesome/brands/github
# Plugins
plugins:
- search
- git-revision-date-localized:
enable_creation_date: true
- minify:
minify_html: true
# Markdown extensions
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- tables
- toc:
permalink: true
# Navigation
nav:
- Home: index.md
- Getting Started:
- getting-started/overview.md
- getting-started/guide.md
- getting-started/faq.md
- getting-started/development-environment.md
- getting-started/command-line-guide.md
- Development Tools:
- getting-started/development-tools/index.md
- getting-started/development-tools/homebrew.md
- getting-started/development-tools/iterm2.md
- getting-started/development-tools/git.md
- getting-started/development-tools/ssh-keys.md
- getting-started/development-tools/vscode-cursor.md
- getting-started/development-tools/jupyter.md
- getting-started/development-tools/conda.md
- getting-started/development-tools/zshrc.md
- getting-started/development-tools/oh-my-zsh.md
- getting-started/development-tools/hcc-cluster.md
- getting-started/installation.md
- getting-started/quick-start.md
- Protocols:
- protocols/index.md
- protocols/pcr.md
- protocols/primer-assembly.md
- protocols/sample-preparation.md
- protocols/data-collection.md
- protocols/data-preprocessing.md
- protocols/analysis-pipeline.md
- Lab Software:
- lab-software/index.md
- lab-software/vienna.md
- lab-software/software-1.md
- lab-software/software-2.md
- lab-software/software-3.md
- lab-software/lab-tool-1.md
- Resources:
- resources/reading-guide.md
- resources/how-to-read-papers.md
- resources/software.md
- resources/datasets.md
- resources/references.md
- About: about.md
# Extra
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/yourusername
- icon: fontawesome/brands/twitter
link: https://twitter.com/yourusername
version:
provider: mike