docs: remove redundant slash from "docs/" navigation item
Aligns with the blog item. PR: #608
This commit is contained in:
parent
ddc5cbdca2
commit
40694a0969
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
to: "docs/",
|
to: "docs",
|
||||||
activeBasePath: "docs",
|
activeBasePath: "docs",
|
||||||
label: "Docs",
|
label: "Docs",
|
||||||
position: "left",
|
position: "left",
|
||||||
|
|
Loading…
Reference in a new issue