From d0972e9ffcfa9e997a07ff1f1190d617d4a81c08 Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Sun, 3 Apr 2022 07:21:06 +0000 Subject: [PATCH] Add base FAQ page --- documentation/faq/index.md | 6 ++++++ docusaurus.config.js | 2 +- static/_redirects | 3 +-- 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 documentation/faq/index.md diff --git a/documentation/faq/index.md b/documentation/faq/index.md new file mode 100644 index 00000000..02aec808 --- /dev/null +++ b/documentation/faq/index.md @@ -0,0 +1,6 @@ +--- +id: faq +title: FAQ +sidebar_position: 0 +--- + diff --git a/docusaurus.config.js b/docusaurus.config.js index 44dfe9f7..3dd81512 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -33,7 +33,7 @@ module.exports = { { to: 'docs/community_guides', label: 'Guides', position: 'left' }, { to: 'docs/default_repositories', label: 'Repositories', position: 'left' }, { to: 'docs/developer/start', label: 'Developer docs', position: 'right' }, - { to: 'docs/faq/addons', label: 'FAQ', position: 'right' }, + { to: 'docs/faq/', label: 'FAQ', position: 'right' }, { to: 'help', label: 'Help', position: 'right' }, ], }, diff --git a/static/_redirects b/static/_redirects index a16cdb8f..7037ff28 100644 --- a/static/_redirects +++ b/static/_redirects @@ -21,5 +21,4 @@ https://install.hacs.xyz https://raw.githubusercontent.com/hacs/get/main/get 301 /docs/installation/prerequisites /docs/setup/prerequisites /docs/installation/remove /docs/setup/remove -# Removed without replacement, redirect home -/docs/faq/what / +/docs/faq/what /docs/faq/