Skip to content

Commit

Permalink
Finish doc overhaul
Browse files Browse the repository at this point in the history
  • Loading branch information
iway1 committed Mar 12, 2023
1 parent 4e1b575 commit 9fc8f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const config = {
},
{
label: "Usage",
to: "docs/category/usage",
to: "docs/docs/usage/quick-start",
},
{
label: "API",
Expand Down
2 changes: 1 addition & 1 deletion www/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function HomepageHeader() {
? "bg-white text-black hover:text-black"
: "bg-background text-white hover:text-white"
}`}
to="/docs/docs/usage/quckstart"
to="/docs/docs/usage/quick-start"
target="_blank"
>
<div className="grid grid-cols-1 whitespace-nowrap items-center w-full text-xs md:text-sm">
Expand Down

0 comments on commit 9fc8f55

Please sign in to comment.