-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (34 loc) · 841 Bytes
/
mkdocs.yml
File metadata and controls
38 lines (34 loc) · 841 Bytes
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
site_name: RefChef
site_author: Andrew Leith
repo_url: https://github.com/compbiocore/refchef
site_description: RefChef
site_url: https://compbiocore.github.io/ #this is the main site!
google_analytics: ['UA-115983496-2', 'compbiocore.github.io']
theme:
name: material
feature:
tabs: true
palette:
primary: 'blue grey'
accent: 'indigo'
logo: images/cbc-logo.svg
extra_css:
- styles/dark_mode.css
markdown_extensions:
- extra
- tables
- fenced_code
- admonition
- codehilite
- footnotes
nav:
- Home: 'index.md'
- Installation: 'installation.md'
- Overview: 'overview.md'
- Usage: 'usage.md'
- Inputs: 'inputs.md'
- Folders: 'folders.md'
- File specifications: 'specs.md'
- Quickstart: 'quickstart.md'
- RefChef serve: 'serve.md'
- Refchef use cases: 'usecases.md'