mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-01 11:18:24 +02:00
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:
parent
5ea263d272
commit
d145f03ea8
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
id: docs
|
id: docs-introduction
|
||||||
title: Docs Introduction
|
title: Docs Introduction
|
||||||
sidebar_label: Introduction
|
sidebar_label: Introduction
|
||||||
---
|
---
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Loading…
Add table
Reference in a new issue