-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
23 lines (21 loc) · 716 Bytes
/
mkdocs.yml
File metadata and controls
23 lines (21 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
site_name: Terraform Apigee Enterprise Stack
site_description: Production-grade Terraform Stacks + Modules for Apigee X on GCP.
docs_dir: docs
site_dir: site
nav:
- Home: index.md
- Overview: 01-overview.md
- Architecture: 02-architecture.md
- Quickstart: 03-quickstart.md
- Stacks vs Modules: 04-stacks-vs-modules.md
- Security: 05-security.md
- Production Checklist: 06-production-checklist.md
- Troubleshooting: 07-troubleshooting.md
- Runbooks: 08-runbooks.md
- Cost and Sizing: 09-cost.md
- Multi-Environment Strategy: 10-multi-env.md
- Security Posture: 11-security-posture.md
- CI/CD Templates: 12-ci-cd.md
- Implementation Guide: 13-implementation.md
theme:
name: readthedocs