-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
66 lines (48 loc) · 1.3 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
site_name: Plant Genomics Training
site_description: Training for plant genomics
site_author: Anna Syme
#site_favicon: favicon.ico
site_url: 'https://plant-genomics.github.io/training/'
#repo_name: 'plant-genomics/training'
#repo_url: 'https://github.com/plant-genomics/training'
google_analytics: ['UA-154956469-2', 'auto']
copyright: '<br><br><br><br><br><br><br>© The authors; 2020-'
#theme: yeti
#theme: cluster
theme:
name: windmill
font: Ubuntu
nav:
- Home: index.md
- Tutorials: modules/tutorials.md
- Galaxy: modules/galaxy.md
- Genome assembly: modules/chloroplast_assembly.md
- Phylogenomics: modules/phylogenomics.md
# - Variant calling: modules/variants.md
# - RNA-seq: modules/rna.md
- Data: modules/data.md
- Databases: modules/databases.md
- Tools: modules/tools.md
- Papers: modules/papers.md
- Help: modules/help.md
extra:
article_nav_top: false
article_nav_bottom: false
logo: leaf2.svg
feature:
tabs: true
social:
type: 'github'
link: 'https://github.com/plant-genomics/training'
fa_logo: 'pagelines'
markdown_extensions:
- admonition
- smarty
- tables
- markdown_include.include
- codehilite
- pymdownx.details
- footnotes
extra_css:
- css/style.css
# - About: about/index.md