Skip to content

Commit

Permalink
chore: fix prettier (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppeeou authored Nov 10, 2024
1 parent 08028e0 commit 0cc473f
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,20 @@ const config = {
src: "img/fxts.png",
},
items: [
{ to: "/docs/getting-started", label: "Docs", position: "left",type:'doc', docId:'getting-started' },
{ to: "/docs", label: "API", position: "left", type:'doc', docId: 'index' },
{
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 0cc473f

Please sign in to comment.