docs: remove redundant slash from "docs/" navigation item

Aligns with the blog item.

PR: #608
This commit is contained in:
innovaker 2021-01-15 14:18:11 +00:00 committed by Pete Johanson
parent ddc5cbdca2
commit 40694a0969

View file

@ -23,7 +23,7 @@ module.exports = {
}, },
items: [ items: [
{ {
to: "docs/", to: "docs",
activeBasePath: "docs", activeBasePath: "docs",
label: "Docs", label: "Docs",
position: "left", position: "left",