diff --git a/_help/faq.md b/_help/faq.md deleted file mode 100644 index 9c4ba1b2a4..0000000000 --- a/_help/faq.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Frequently Asked Questions -overview: Frequently Asked Questions about Istio. - -order: 20 - -layout: help -type: markdown -redirect_from: - - "/faq" - - "/docs/welcome/faq.html" -toc: false ---- -{% include home.html %} - -Here are some frequently asked questions about Istio. - -{% include faq.html - faq_pages = site.faq - faq_category_dirs = 'general,setup,security,mixer,traffic-management' - faq_category_names = 'General,Setup,Security,Mixer,Traffic Management' - %} diff --git a/_help/faq/general.html b/_help/faq/general.html new file mode 100644 index 0000000000..89c5df50d2 --- /dev/null +++ b/_help/faq/general.html @@ -0,0 +1,9 @@ +--- +title: General +overview: General Q&A + +order: 10 + +layout: help +--- +{% include faq.html category='general' %} diff --git a/_help/faq/index.md b/_help/faq/index.md new file mode 100644 index 0000000000..0f1d3e54ac --- /dev/null +++ b/_help/faq/index.md @@ -0,0 +1,50 @@ +--- +title: FAQ +overview: Frequently Asked Questions about Istio. + +order: 20 + +layout: help +type: markdown +toc: false + +redirect_from: + - "/faq" + - "/docs/welcome/faq.html" +--- +{% include home.html %} + +You've got questions? We've got answers! + +