Skip to content

Commit

Permalink
fix: add type and docId for navBar (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
guesung authored Oct 27, 2024
1 parent 787a538 commit baa7111
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 @@ -57,8 +57,8 @@ const config = {
src: "img/fxts.png",
},
items: [
{ to: "/docs/getting-started", label: "Docs", position: "left" },
{ to: "/docs", label: "API", position: "left" },
{ to: "/docs/getting-started", label: "Docs", position: "left",type:'doc', docId:'getting-started' },
{ to: "/docs", label: "API", position: "left", type:'doc', docId: 'index' },
{
href: "https://github.com/marpple/fxts",
label: "GitHub",
Expand Down

0 comments on commit baa7111

Please sign in to comment.