forked from PinSpace-Org/GistPin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (39 loc) 路 1.09 KB
/
Copy pathmkdocs.yml
File metadata and controls
42 lines (39 loc) 路 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
site_name: GistPin Infrastructure Docs
site_description: Infrastructure documentation for GistPin
site_url: https://pinspace-org.github.io/GistPin/infra-docs/
docs_dir: .
site_dir: ../../site
theme:
name: material
palette:
primary: indigo
accent: blue
features:
- navigation.tabs
- navigation.sections
- search.highlight
- content.code.copy
plugins:
- search
- git-revision-date-localized:
enable_creation_date: true
nav:
- Overview: ARCHITECTURE.md
- Setup: SETUP.md
- Terraform:
- Setup: terraform-setup.md
- Naming Conventions: naming-conventions.md
- Sensitive Variables: sensitive-vars.md
- State Management: state-management.md
- Kubernetes:
- Scheduling Guide: scheduling-guide.md
- Topology Routing: topology-routing.md
- Upgrade Runbook: upgrade-runbook.md
- Security:
- SIEM Setup: siem-setup.md
- Secrets Management: secrets-management.md
- Zero Trust: zero-trust.md
- Monitoring:
- SLOs: infrastructure-slos.md
- Cost Optimization: cost-optimization.md
- Runbooks: RUNBOOKS.md