48 lines
1.2 KiB
YAML
48 lines
1.2 KiB
YAML
site_name: IT Pro Partner Docs
|
|
site_url: https://docs.itpropartner.com/
|
|
repo_url: https://git.itpropartner.com/ippadmin/itpp-docs
|
|
edit_uri: edit/main/docs-source/
|
|
docs_dir: docs-source
|
|
theme:
|
|
name: material
|
|
palette:
|
|
scheme: slate
|
|
primary: indigo
|
|
accent: indigo
|
|
features:
|
|
- navigation.instant
|
|
- navigation.tracking
|
|
- navigation.tabs
|
|
- navigation.sections
|
|
- search.highlight
|
|
- search.share
|
|
plugins:
|
|
- search
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
- pymdownx.highlight
|
|
- tables
|
|
- toc:
|
|
permalink: true
|
|
nav:
|
|
- Home: index.md
|
|
- Projects:
|
|
- ITPP Infrastructure:
|
|
- Overview: itpp-infrastructure/index.md
|
|
- Docs Auth Gate: itpp-infrastructure/docs-auth-gate.md
|
|
- ITPP Standards: itpp-standards/index.md
|
|
- TransitPin: transitpin/index.md
|
|
- HomeLab: homelab/index.md
|
|
- Scripts: scripts/index.md
|
|
- FleetTracker360: fleettracker360/index.md
|
|
- Shark Game: shark-game/index.md
|
|
- VerdictTank:
|
|
- Overview: verdicttank/index.md
|
|
- Architecture: verdicttank/architecture.md
|
|
- Apex Track: apex-track/index.md
|
|
- BoxPilot: boxpilot/index.md
|
|
- OSINT Tool: osint-tool/index.md
|
|
- LaunchCheck: launchcheck/index.md
|