From 7fdd1ff514d898662604400b7a039fb60ab255cb Mon Sep 17 00:00:00 2001 From: hw Date: Thu, 21 Mar 2024 11:40:57 +0900 Subject: [PATCH] docs: fix index --- website/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 7730dc02..4f0881ed 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -58,7 +58,7 @@ const config = { }, items: [ { to: "/docs/getting-started", label: "Docs", position: "left" }, - { to: "/docs/index", label: "API", position: "left" }, + { to: "/docs", label: "API", position: "left" }, { href: "https://github.com/marpple/fxts", label: "GitHub", @@ -74,7 +74,7 @@ const config = { items: [ { label: "API", - to: "/docs/index", + to: "/docs", }, ], },