diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index 8858b58..457318d 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -38,6 +38,8 @@ const config: Config = { "classic", { docs: { + routeBasePath: "/", + sidebarPath: "./sidebars.ts", versions: { current: { @@ -124,7 +126,7 @@ const config: Config = { items: [ { label: "Tutorial", - to: "/docs/docs/overview", + to: "/docs/overview", }, ], }, diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index 8025a22..f106852 100644 --- a/website/src/pages/index.tsx +++ b/website/src/pages/index.tsx @@ -21,7 +21,7 @@ function HomepageHeader() {
Get started