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, };