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:
Yangshun Tay 2019-07-13 21:44:40 -07:00 committed by GitHub
parent c021367a18
commit 281f02279f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 159 additions and 6 deletions

View file

@ -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',