mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-02 11:47:23 +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: [
|
links: [
|
||||||
{
|
{
|
||||||
label: 'Docs',
|
label: 'Docs',
|
||||||
to: 'docs/introduction', // "fake" link
|
to: 'docs', // "fake" link
|
||||||
position: 'left',
|
position: 'left',
|
||||||
activeBaseRegex: `docs/(?!next/(support|team|resources))`,
|
activeBaseRegex: `docs/(?!next/(support|team|resources))`,
|
||||||
items: [
|
items: [
|
||||||
|
@ -142,7 +142,7 @@ module.exports = {
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Introduction',
|
label: 'Introduction',
|
||||||
to: 'docs/introduction',
|
to: 'docs',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Installation',
|
label: 'Installation',
|
||||||
|
|
Loading…
Add table
Reference in a new issue