-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
59 lines (55 loc) · 1.61 KB
/
mkdocs.yml
File metadata and controls
59 lines (55 loc) · 1.61 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
site_url: https://pha4ge.github.io/wastewater-guidance/
site_name: "PHA4GE Wastewater Surveillance Guidance"
site_description: "Open-access methods, case studies, and best practices for wastewater and environmental surveillance"
site_author: "PHA4GE Wastewater Surveillance Working Group"
repo_url: https://github.com/pha4ge/wastewater-guidance
docs_dir: guidance_docs
edit_uri: edit/main/guidance_docs/
use_directory_urls: false
theme:
name: material
logo: images/phage-logo-thin.png
home_url: /
palette:
- scheme: default
primary: indigo
accent: teal
- scheme: slate
primary: indigo
accent: teal
features:
- navigation.instant
- navigation.tabs
- navigation.top
- search.highlight
- search.suggest
- toc.integrate
markdown_extensions:
- toc:
permalink: true
- tables
- admonition
- footnotes
- def_list
- attr_list
- md_in_html
- pymdownx.superfences
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.magiclink
plugins:
- search
nav:
- Home: index.md
- Guidance:
- Surveillance Strategies: SurveillanceStrategies-GuidanceDoc.md
- Data Analysis: DataAnalysis-GuidanceDoc.md
- Data Sharing: DataSharing-GuidanceDoc.md
- Ethics & Legality: EthicsAndLegality-GuidanceDoc.md
- Case Studies:
- San Diego SARS-CoV-2: CaseStudy1-GuidanceDoc.md
- Blantyre Typhoid: CaseStudy2-GuidanceDoc.md
- Spain Mpox: CaseStudy3-GuidanceDoc.md
- Bengaluru Multi-pathogen: CaseStudy4-GuidanceDoc.md