From c5e9309a438e5132ee3408e43ed407e223430454 Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Thu, 30 Mar 2017 14:21:26 -0700 Subject: [PATCH] Put home page in left nav. (#3157) * Put home page in left nav. * Experiment * Update nav. * Remove 2 topics from TOC check. --- _data/docs-home.yml | 15 ++++++++------- _layouts/docwithnav.html | 2 +- skip_toc_check.txt | 4 ++++ 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/_data/docs-home.yml b/_data/docs-home.yml index 74a4710d6c..28cbb0e711 100644 --- a/_data/docs-home.yml +++ b/_data/docs-home.yml @@ -3,6 +3,14 @@ abstract: "Documentation for using and learning about Kubernetes." toc: - docs/home/index.md +- title: Kubernetes Documentation Home + path: index.md + +- title: Release Notes + path: https://github.com/kubernetes/kubernetes/releases/ +- title: Release Roadmap + path: https://github.com/kubernetes/kubernetes/milestones/ + - title: Contributing to the Kubernetes Docs section: - editdocs.md @@ -12,12 +20,5 @@ toc: - docs/home/contribute/page-templates.md - docs/home/contribute/review-issues.md - docs/home/contribute/style-guide.md - -- title: Release Notes - path: https://github.com/kubernetes/kubernetes/releases/ -- title: Release Roadmap - path: https://github.com/kubernetes/kubernetes/milestones/ -- docs/home/deprecation-policy.md -- docs/home/security.md diff --git a/_layouts/docwithnav.html b/_layouts/docwithnav.html index 603165a1b0..e5fba078ef 100755 --- a/_layouts/docwithnav.html +++ b/_layouts/docwithnav.html @@ -24,8 +24,8 @@