Skip to content

Commit

Permalink
docs: fix index
Browse files Browse the repository at this point in the history
  • Loading branch information
ppeeou committed Mar 21, 2024
1 parent caa5a3d commit 7fdd1ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const config = {
},
items: [
{ to: "/docs/getting-started", label: "Docs", position: "left" },
{ to: "/docs/index", label: "API", position: "left" },
{ to: "/docs", label: "API", position: "left" },
{
href: "https://github.com/marpple/fxts",
label: "GitHub",
Expand All @@ -74,7 +74,7 @@ const config = {
items: [
{
label: "API",
to: "/docs/index",
to: "/docs",
},
],
},
Expand Down

0 comments on commit 7fdd1ff

Please sign in to comment.