-
Notifications
You must be signed in to change notification settings - Fork 363
Expand file tree
/
Copy pathmkdocs.yml
More file actions
30 lines (30 loc) · 1.04 KB
/
mkdocs.yml
File metadata and controls
30 lines (30 loc) · 1.04 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
site_name: DevOps Projects Documentation
site_description: Catalog, runbooks, flagship guides, and reusable security baselines for the DevOps Projects repository.
repo_url: https://github.com/DevCloudNinjas/DevOps-Projects
docs_dir: docs
theme:
name: mkdocs
nav:
- Home: index.md
- Catalog:
- Overview: catalog/index.md
- Runbooks:
- Overview: runbooks/index.md
- Student Implementation Guide: runbooks/student-implementation-guide.md
- IaC and Kubernetes: iac-kubernetes-solid-runbook.md
- Project README Template: project-readme-template.md
- Flagship Docs:
- Overview: flagship/index.md
- Marketing:
- Overview: marketing/index.md
- Security Baselines:
- Overview: security-baselines/index.md
- Kubernetes: security-baselines/kubernetes.md
- Terraform: security-baselines/terraform.md
- Dockerfile: security-baselines/dockerfile.md
- CI/CD: security-baselines/cicd.md
- Secrets: security-baselines/secrets.md
markdown_extensions:
- admonition
- toc:
permalink: true