-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (37 loc) · 919 Bytes
/
mkdocs.yml
File metadata and controls
41 lines (37 loc) · 919 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
39
40
41
site_name: ForeSITE Group Handbook
site_description: Best practices and guidelines for the ForeSITE Group
site_url: https://epiforesite.github.io/software
repo_url: https://github.com/EpiForeSITE/software
repo_name: EpiForeSITE/software
docs_dir: handbook
theme:
name: material
palette:
- scheme: default
primary: blue
accent: blue
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.highlight
- search.share
nav:
- Home: index.md
- Best Practices:
- Writing R Packages: r-packages.md
- Writing Python Libraries: python-libraries.md
- ShinyApps: shiny-apps.md
- Code for Papers: code-for-papers.md
- Agile Planning: agile-planning.md
markdown_extensions:
- admonition
- codehilite
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.details
- toc:
permalink: true
plugins:
- search