From a1e3947cb114b5477ded57b57b56e5d1b89525a5 Mon Sep 17 00:00:00 2001 From: Cesar Rodriguez Date: Sun, 17 Jan 2021 22:23:52 -0500 Subject: [PATCH] adds link to k8s policy docs --- mkdocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index caf8413cd..f0e48a7a1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -45,9 +45,10 @@ nav: - Policies: - Policy Reference: policies.md - AWS: policies/aws.md - - GCP: policies/gcp.md - Azure: policies/azure.md + - GCP: policies/gcp.md - GitHub: policies/github.md + - Kubernetes: policies/k8s.md # - Educational Resources: learning.md - CI/CD Integration: cicd.md - Contributing: contributing.md