From fb7f44268b6db32b8eff8d4e901f117e6d8febff Mon Sep 17 00:00:00 2001 From: Luke Heidecke Date: Fri, 27 Oct 2017 03:04:14 +0800 Subject: [PATCH] Add jekyll includes to docs home toc - Remove extra kubernetes home in toc --- _data/docs-home.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_data/docs-home.yml b/_data/docs-home.yml index 7771dbbf33..ee3b471e3d 100644 --- a/_data/docs-home.yml +++ b/_data/docs-home.yml @@ -3,8 +3,6 @@ abstract: "Documentation for using and learning about Kubernetes." toc: - docs/home/index.md -- docs/home/index.md - - title: Release Notes path: https://git.k8s.io/kubernetes/CHANGELOG.md - title: Release Roadmap @@ -21,3 +19,4 @@ toc: - docs/home/contribute/page-templates.md - docs/home/contribute/review-issues.md - docs/home/contribute/style-guide.md + - docs/home/contribute/includes.md