diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2021-01-15 14:18:11 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-01-30 00:02:11 -0500 |
commit | 40694a09695d43006242ed0966387c3aee4e4c32 (patch) | |
tree | 17d3b2bec5112d1c3b09a177fc780ff99ef2cbe1 /docs | |
parent | ddc5cbdca2d859a141c33040a2b3a54b6100aee3 (diff) |
docs: remove redundant slash from "docs/" navigation item
Aligns with the blog item.
PR: #608
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docusaurus.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index acf51f4..f22610a 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -23,7 +23,7 @@ module.exports = { }, items: [ { - to: "docs/", + to: "docs", activeBasePath: "docs", label: "Docs", position: "left", |