-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmkdocs.yml
More file actions
70 lines (66 loc) · 2.1 KB
/
Copy pathmkdocs.yml
File metadata and controls
70 lines (66 loc) · 2.1 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
site_name: RDS App Documentation
site_url: https://ssdalab.github.io/respondent-driven-sampling/
repo_url: https://github.com/SSDALab/respondent-driven-sampling
repo_name: SSDALab/respondent-driven-sampling
docs_dir: docs
theme:
name: material
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.top
- search.highlight
- content.code.copy
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
nav:
- Home: index.md
- About:
- Project Overview: about/project-overview.md
- RDS Methodology: about/rds-methodology.md
- Operations: about/operations.md
- License: about/license.md
- Getting Started:
- Getting Started: getting-started/getting-started.md
- How-To:
- Deployment: how-to/deployment.md
- Infrastructure: how-to/infrastructure.md
- Setting Up a Survey: how-to/setting-up-a-survey.md
- Adding Survey Locations: how-to/adding-survey-locations.md
- Debugging: how-to/debugging.md
- Database & Security: how-to/database-and-security.md
- Post-Survey Analysis: how-to/analysis.md
- CI / Workflows: how-to/ci.md
- Reference:
- Architecture: reference/architecture.md
- Environment Variables: reference/environment-variables.md
- CLI Scripts:
- Overview: reference/cli-scripts.md
- super-admin: reference/cli-super-admin.md
- location: reference/cli-location.md
- generate-seeds: reference/cli-generate-seeds.md
- generate-coupons: reference/cli-generate-coupons.md
- API Overview: reference/api.md
- Database I/O: reference/database-io.md
- Glossary: reference/glossary.md