-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
37 lines (36 loc) · 1.02 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
site_name: NeIC SDA Operations Handbook
extra_css: [css/neic-sda.css]
markdown_extensions:
- callouts
plugins:
- include-markdown
- mermaid2
theme:
name: readthedocs
nav:
- Home: "index.md"
- "Structure":
- Introduction: "structure.md"
- Getting started: "setup.md"
- "deploy.md"
- "Communication":
- Database setup: "db.md"
- Encryption: "encryption.md"
- Data Submission: "submission.md"
- Interfacing with CEGA: "connection.md"
- "Services":
- SDA: "services/sda.md"
- "services/intercept.md"
- "services/ingest.md"
- "services/verify.md"
- "services/finalize.md"
- "services/mapper.md"
- "services/syncapi.md"
- "services/sync.md"
- "services/api.md"
- Data Retrieval API: "dataout.md"
- "Guides":
- Contributing: "CONTRIBUTING.md"
- Local dev and testing: "guides/local-dev-and-testing.md"
- Deploying with Kubernetes: "guides/deploy-k8s.md"
- Troubleshooting: "guides/troubleshooting.md"