mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-01 19:27:48 +02:00
fix(v2): fix broken URL to introduction
This commit is contained in:
parent
4b78fd4f96
commit
5c6670b94e
1 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ module.exports = {
|
|||
links: [
|
||||
{
|
||||
label: 'Docs',
|
||||
to: 'docs/introduction', // "fake" link
|
||||
to: 'docs', // "fake" link
|
||||
position: 'left',
|
||||
activeBaseRegex: `docs/(?!next/(support|team|resources))`,
|
||||
items: [
|
||||
|
@ -142,7 +142,7 @@ module.exports = {
|
|||
items: [
|
||||
{
|
||||
label: 'Introduction',
|
||||
to: 'docs/introduction',
|
||||
to: 'docs',
|
||||
},
|
||||
{
|
||||
label: 'Installation',
|
||||
|
|
Loading…
Add table
Reference in a new issue