From b6247270125bbeb28eae891294141440a9b715da Mon Sep 17 00:00:00 2001 From: adithya Date: Sat, 7 Feb 2026 00:31:01 +0530 Subject: [PATCH] fix: Sidebar config issue Properly source the sidebar links --- docs/.vitepress/config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 42adf4b2..403cb622 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -19,7 +19,7 @@ const vitePressOptions = { }; const vitePressSidebarOptions = { - documentRootPath: ".", + documentRootPath: "./src", useTitleFromFrontmatter: true, useFolderTitleFromIndexFile: true, };