From 7cba7f0d06ca0a254595df746f59fdbd777870ee Mon Sep 17 00:00:00 2001 From: hackerman <3372410+aeneasr@users.noreply.github.com> Date: Mon, 1 Jun 2020 13:06:02 +0200 Subject: [PATCH] docs(v2): _index docs page does not show a sidebar (#2839) * docs: _index docs page does not show a sidebar Closes #2836 * Update website/docs/docs.md Co-authored-by: Alexey Pyltsyn Co-authored-by: Alexey Pyltsyn --- website/docs/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs.md b/website/docs/docs.md index dcca52da45..1f4546555f 100644 --- a/website/docs/docs.md +++ b/website/docs/docs.md @@ -55,7 +55,7 @@ Given the example above, now when you navigate to the path `/docs` you will see :::important -The document id of `_index` is reserved exclusively for the home doc page, so it will not work as a standalone route. +The document id of `_index` is reserved exclusively for the home doc page, so it will not work as a standalone route. If left to the default, the page will not show a sidebar. If you wish to have a sidebar for this page, specify the document id that is listed in the sidebar file. :::