-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
24 lines (24 loc) · 777 Bytes
/
mkdocs.yml
File metadata and controls
24 lines (24 loc) · 777 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
site_name: wayparam Documentation
site_description: Professional documentation for wayparam (Wayback CDX URL parameter collector)
site_author: wayparam contributors
repo_name: wayparam
theme:
name: readthedocs
nav:
- Home: index.md
- Quickstart: quickstart.md
- CLI:
- Overview: cli/overview.md
- Options (complete): cli/options.md
- Practical examples: cli/examples.md
- Output & pipelines: cli/output.md
- How it works:
- Architecture: architecture.md
- Internals: internals.md
- Internal API reference: api.md
- Testing: testing.md
- Troubleshooting: troubleshooting.md
- Security & ethics: security-ethics.md
- Contributing: contributing.md
- Packaging readiness: packaging-readiness.md
- License: license.md