21 lines
590 B
YAML
21 lines
590 B
YAML
site_name: Signal Transport Planning & Operations Tool
|
|
site_description: Technical design documentation for US Army Signal Transport planning software.
|
|
|
|
theme:
|
|
name: material
|
|
palette:
|
|
scheme: slate
|
|
primary: blue grey
|
|
accent: cyan
|
|
features:
|
|
- navigation.indexes
|
|
- navigation.instant
|
|
- content.code.copy
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Architecture: architecture/01_system_architecture.md
|
|
- Protocols & APIs: protocols/02_api_and_protocols.md
|
|
- Security Architecture: security/03_security_and_defense.md
|
|
- Workflows & CRDT: workflows/04_workflows_and_crdt.md
|