mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-02 10:52:35 +02:00
Merge branch 'master' into feature/client-side-redirects
This commit is contained in:
commit
a02f90c064
2 changed files with 3 additions and 3 deletions
|
@ -131,7 +131,7 @@ module.exports = {
|
|||
links: [
|
||||
{
|
||||
label: 'Docs',
|
||||
to: 'docs/introduction', // "fake" link
|
||||
to: 'docs', // "fake" link
|
||||
position: 'left',
|
||||
activeBaseRegex: `docs/(?!next/(support|team|resources))`,
|
||||
items: [
|
||||
|
@ -180,7 +180,7 @@ module.exports = {
|
|||
items: [
|
||||
{
|
||||
label: 'Introduction',
|
||||
to: 'docs/introduction',
|
||||
to: 'docs',
|
||||
},
|
||||
{
|
||||
label: 'Installation',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue