-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
21 lines (21 loc) · 832 Bytes
/
mkdocs.yml
File metadata and controls
21 lines (21 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This file was added for TechDocs in Unity Internal Developer Portal http://go/docs-techdocs
# For more information on the configuration below see https://www.mkdocs.org/user-guide/configuration/
site_name: MemorySnapshotDataTools
repo_url: https://github.com/Unity-Technologies/MemorySnapshotDataTools
repo_name: GitHub
docs_dir: docs
edit_uri: "edit/main/docs/"
strict: true
plugins:
- techdocs-core
nav:
- About TechDocs: "index.md"
- Introduction to MemorySnapshotDataTools: "intro.md"
- Architecture and design: "design.md"
- Snap File Format: "snap-file-format.md"
- Database schema: "database-schema.md"
- Golden value validation: "golden-validation.md"
- SQL safety: "sql-safety.md"
- Installing for local development: "installation.md"
- Troubleshooting: "troubleshooting.md"
- Runbook: "runbook.md"