From e92bd5833c2caf3cd97b5ac213211dc04ef7f5ab Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Mon, 24 Apr 2017 16:22:02 -0700 Subject: [PATCH] Remove Guides from top nav. (#3508) --- _config.yml | 1 - _data/guides.yml | 4 ---- _layouts/docwithnav.html | 1 - 3 files changed, 6 deletions(-) delete mode 100644 _data/guides.yml diff --git a/_config.yml b/_config.yml index 9cc20735bc..37c86d7eb3 100644 --- a/_config.yml +++ b/_config.yml @@ -46,7 +46,6 @@ twitter: tocs: - docs-home - setup - - guides - tasks - tutorials - concepts diff --git a/_data/guides.yml b/_data/guides.yml deleted file mode 100644 index 08994e1684..0000000000 --- a/_data/guides.yml +++ /dev/null @@ -1,4 +0,0 @@ -bigheader: "Guides" -abstract: "How to get started, and accomplish tasks, using Kubernetes." -toc: -- docs/user-guide/index.md diff --git a/_layouts/docwithnav.html b/_layouts/docwithnav.html index 765f564588..cb6284e876 100755 --- a/_layouts/docwithnav.html +++ b/_layouts/docwithnav.html @@ -24,7 +24,6 @@