Skip to content

Commit

Permalink
Fix broken menu in the docs
Browse files Browse the repository at this point in the history
This commit fixes the menus in the docs, both the broken links of the /code path and preserving the right order in the /guide path
  • Loading branch information
xavimb committed Mar 1, 2024
1 parent 44013a9 commit 415d81a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ const getSideBar = (): any => {
useTitleFromFileHeading: true,
hyphenToSpace: true,
keepMarkdownSyntaxFromTitle: true,
sortMenusByFrontmatterOrder: true,
manualSortFileNameByPriority: [ "installation.md", "authentication.md", "final.md" , 'Advanced']
},
{
documentRootPath: "docs",
//scanStartPath: 'api',
scanStartPath: "code",
resolvePath: "/code/",
useTitleFromFileHeading: true,
hyphenToSpace: true,
keepMarkdownSyntaxFromTitle: true,
Expand Down

0 comments on commit 415d81a

Please sign in to comment.