Skip to content

Commit

Permalink
fix menu not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
ECorreia45 committed Nov 20, 2023
1 parent e5c360c commit 34858f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ const config: Page[] = [
export const DocMenu: DocumentsGroup[] = Object.values(
config.reduce(
(acc, page) => {
if (page.group && page.path.startsWith('documentation')) {
if (page.group && page.path.startsWith('/documentation')) {
if (!acc[page.group]) {
acc[page.group] = {
name: page.group,
Expand Down

0 comments on commit 34858f5

Please sign in to comment.