refactor(v2): change the label for docs introduction (#2716)

* change the label for docs introduction

* change file id

* refactor(v2): change name
This commit is contained in:
Fanny 2020-05-17 08:29:57 -03:00 committed by GitHub
parent 5ea263d272
commit d145f03ea8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
--- ---
id: docs id: docs-introduction
title: Docs Introduction title: Docs Introduction
sidebar_label: Introduction sidebar_label: Introduction
--- ---

View file

@ -14,7 +14,7 @@ module.exports = {
'styling-layout', 'styling-layout',
'static-assets', 'static-assets',
{ {
Docs: ['docs', 'markdown-features', 'versioning'], Docs: ['docs-introduction', 'markdown-features', 'versioning'],
}, },
'blog', 'blog',
'search', 'search',