From 12f5f2f684583e6a90276fb46be9288d0933940a Mon Sep 17 00:00:00 2001 From: Sergey Shorokhov Date: Sun, 27 Oct 2024 21:53:28 +0300 Subject: [PATCH] fix docs link --- docusaurus.config.ts | 2 +- src/pages/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 0cb134e..43a7051 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -97,7 +97,7 @@ const config: Config = { items: [ { label: "Tutorial", - to: "/docs/intro", + to: "/docs/", }, ], }, diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 203eab2..0079602 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -65,7 +65,7 @@ function HomepageHeader() {
+ to="/docs"> Get Started