From d145f03ea8948026fa7d40575f8634ed48d2dad6 Mon Sep 17 00:00:00 2001 From: Fanny Date: Sun, 17 May 2020 08:29:57 -0300 Subject: [PATCH] refactor(v2): change the label for docs introduction (#2716) * change the label for docs introduction * change file id * refactor(v2): change name --- website/docs/docs.md | 2 +- website/sidebars.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/docs.md b/website/docs/docs.md index 421b85ec24..47983fdd6c 100644 --- a/website/docs/docs.md +++ b/website/docs/docs.md @@ -1,5 +1,5 @@ --- -id: docs +id: docs-introduction title: Docs Introduction sidebar_label: Introduction --- diff --git a/website/sidebars.js b/website/sidebars.js index ec555c76a0..97658a054d 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -14,7 +14,7 @@ module.exports = { 'styling-layout', 'static-assets', { - Docs: ['docs', 'markdown-features', 'versioning'], + Docs: ['docs-introduction', 'markdown-features', 'versioning'], }, 'blog', 'search',