We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fe3d3 commit e8a9004Copy full SHA for e8a9004
docs/.vitepress/config.ts
@@ -82,6 +82,7 @@ const commonVitePressSidebarConfig = {
82
useTitleFromFrontmatter: true,
83
useFolderTitleFromIndexFile: true,
84
sortMenusByFrontmatterOrder: true,
85
+ manualSortFileNameByPriority: ["about", "guide", "components"],
86
};
87
88
const vitePressSidebarConfigs = supportedLocales.map((lang) => ({
0 commit comments