From 58dc06f510114432ec3bedf397b61240f838c4b6 Mon Sep 17 00:00:00 2001 From: Devin Donnelly Date: Wed, 18 Jan 2017 14:09:52 -0800 Subject: [PATCH] Fixed bug in TOC file; added pod-termination to skip_toc_check. --- _data/concepts.yml | 2 +- skip_toc_check.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_data/concepts.yml b/_data/concepts.yml index 69c3bed524..a91c1b86d6 100644 --- a/_data/concepts.yml +++ b/_data/concepts.yml @@ -6,7 +6,7 @@ section: - title: Kubernetes Objects section: - docs/concepts/abstractions/overview.md - - docs/concepts/pod.md + - docs/concepts/abstractions/pod.md - title: Controllers section: - docs/concepts/abstractions/controllers/statefulsets.md diff --git a/skip_toc_check.txt b/skip_toc_check.txt index 00d5a5bdec..255bb26d10 100644 --- a/skip_toc_check.txt +++ b/skip_toc_check.txt @@ -8,3 +8,4 @@ docs/user-guide/walkthrough/k8s201.md docs/user-guide/logging-demo/README.md docs/user-guide/downward-api/README.md docs/user-guide/configmap/README.md +docs/concepts/abstractions/pod-termination.md \ No newline at end of file