From e4cacf8e8a4d968c44908363e99327f44b6effca Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Wed, 12 Apr 2017 17:44:28 -0700 Subject: [PATCH] Move FAQs. (#3362) --- _data/support.yml | 9 --------- docs/home/index.md | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/_data/support.yml b/_data/support.yml index cb2c891d75..40b03b73e0 100644 --- a/_data/support.yml +++ b/_data/support.yml @@ -3,15 +3,6 @@ abstract: "Troubleshooting resources, frequently asked questions, and community toc: - docs/troubleshooting.md -- title: Frequently Asked Questions - section: - - title: User FAQ - path: https://github.com/kubernetes/kubernetes/wiki/User-FAQ/ - - title: Debugging FAQ - path: https://github.com/kubernetes/kubernetes/wiki/Debugging-FAQ/ - - title: Services FAQ - path: https://github.com/kubernetes/kubernetes/wiki/Services-FAQ/ - - title: Other Resources section: - title: Kubernetes Issue Tracker on GitHub diff --git a/docs/home/index.md b/docs/home/index.md index 35302775ce..11b2ed171c 100644 --- a/docs/home/index.md +++ b/docs/home/index.md @@ -43,3 +43,12 @@ redirect_from:

Tools

The tools page contains a list of native and third-party tools for Kubernetes.

+ +

Frequently Asked Questions

+ +* User FAQ +* Debugging FAQ +* Services FAQ + + +