From f8af0e3f583477a9c494ea27bfcde015ed0d357a Mon Sep 17 00:00:00 2001 From: Joel Marcey Date: Wed, 13 Dec 2017 19:42:46 -0800 Subject: [PATCH] About/ => About / --- website/siteConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/siteConfig.js b/website/siteConfig.js index 5f1ff81cbd..c0c127c500 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -78,7 +78,7 @@ const siteConfig = { headerLinks: [ { doc: "installation", label: "Docs" }, { page: "help", label: "Help" }, - { page: "about-slash", label: "About/"}, + { page: "about-slash", label: "About /"}, { blog: true, label: "Blog" }, { href: "https://github.com/facebook/docusaurus",