mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
fix: Sidebar config issue
Properly source the sidebar links
This commit is contained in:
parent
2901865e74
commit
b624727012
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ const vitePressOptions = {
|
||||||
};
|
};
|
||||||
|
|
||||||
const vitePressSidebarOptions = {
|
const vitePressSidebarOptions = {
|
||||||
documentRootPath: ".",
|
documentRootPath: "./src",
|
||||||
useTitleFromFrontmatter: true,
|
useTitleFromFrontmatter: true,
|
||||||
useFolderTitleFromIndexFile: true,
|
useFolderTitleFromIndexFile: true,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue