mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 10:22:30 +02:00
feat(v2): add showcase page (#1660)
* feat(v2): add showcase page * misc(v2): shift users out of pages to prevent it from being treated as a page * misc(v2): update title
This commit is contained in:
parent
c021367a18
commit
281f02279f
19 changed files with 159 additions and 6 deletions
|
@ -54,6 +54,7 @@ module.exports = {
|
|||
links: [
|
||||
{to: 'docs/introduction', label: 'Docs', position: 'left'},
|
||||
{to: 'blog', label: 'Blog', position: 'left'},
|
||||
{to: 'showcase', label: 'Showcase', position: 'left'},
|
||||
{to: 'feedback', label: 'Feedback', position: 'left'},
|
||||
{
|
||||
href: 'https://github.com/facebook/docusaurus',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue