mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-30 10:48:05 +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
|
||||
sidebar_label: Introduction
|
||||
---
|
||||
|
|
|
@ -14,7 +14,7 @@ module.exports = {
|
|||
'styling-layout',
|
||||
'static-assets',
|
||||
{
|
||||
Docs: ['docs', 'markdown-features', 'versioning'],
|
||||
Docs: ['docs-introduction', 'markdown-features', 'versioning'],
|
||||
},
|
||||
'blog',
|
||||
'search',
|
||||
|
|
Loading…
Add table
Reference in a new issue