Add About Slash page (#282)

It will show up in the header as "About/" :)
This commit is contained in:
Joel Marcey 2017-12-13 15:27:35 -08:00 committed by GitHub
parent 8481791221
commit be1ea72237
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 48 additions and 1 deletions

View file

@ -78,6 +78,7 @@ const siteConfig = {
headerLinks: [
{ doc: "installation", label: "Docs" },
{ page: "help", label: "Help" },
{ page: "about-slash", label: "About/"},
{ blog: true, label: "Blog" },
{
href: "https://github.com/facebook/docusaurus",