mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-29 08:57:03 +02:00
Add About Slash page (#282)
It will show up in the header as "About/" :)
This commit is contained in:
parent
8481791221
commit
be1ea72237
4 changed files with 48 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue