docs: recover verdicttank architecture doc — now in MkDocs source, no longer orphaned
Publish Docs Site / build (push) Failing after 4s
Publish Docs Site / build (push) Failing after 4s
This commit is contained in:
+35
-37
@@ -1,9 +1,8 @@
|
||||
site_name: "IT Pro Partner Docs"
|
||||
site_url: "https://docs.itpropartner.com/"
|
||||
repo_url: "https://git.itpropartner.com/ippadmin/itpp-docs"
|
||||
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:
|
||||
@@ -11,39 +10,38 @@ theme:
|
||||
primary: indigo
|
||||
accent: indigo
|
||||
features:
|
||||
- navigation.instant
|
||||
- navigation.tracking
|
||||
- navigation.tabs
|
||||
- navigation.sections
|
||||
- search.highlight
|
||||
- search.share
|
||||
|
||||
- navigation.instant
|
||||
- navigation.tracking
|
||||
- navigation.tabs
|
||||
- navigation.sections
|
||||
- search.highlight
|
||||
- search.share
|
||||
plugins:
|
||||
- search
|
||||
|
||||
- search
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
- pymdownx.superfences
|
||||
- pymdownx.highlight
|
||||
- tables
|
||||
- toc:
|
||||
permalink: true
|
||||
|
||||
- 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: verdicttank/index.md
|
||||
- Apex Track: apex-track/index.md
|
||||
- BoxPilot: boxpilot/index.md
|
||||
- OSINT Tool: osint-tool/index.md
|
||||
- LaunchCheck: launchcheck/index.md
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user