mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-28 08:27:03 +02:00
docs(v2): add link to master docs (#2506)
This commit is contained in:
parent
f51b56460e
commit
2a2824e976
1 changed files with 6 additions and 3 deletions
|
@ -98,12 +98,15 @@ module.exports = {
|
|||
label: versions[0],
|
||||
to: 'docs/introduction',
|
||||
},
|
||||
].concat(
|
||||
versions.slice(1).map(version => ({
|
||||
...versions.slice(1).map(version => ({
|
||||
label: version,
|
||||
to: `docs/${version}/introduction`,
|
||||
})),
|
||||
),
|
||||
{
|
||||
label: 'Master/Unreleased',
|
||||
to: 'docs/next/introduction',
|
||||
},
|
||||
],
|
||||
},
|
||||
{to: 'blog', label: 'Blog', position: 'left'},
|
||||
{to: 'showcase', label: 'Showcase', position: 'left'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue