Skip to content

Commit 760505c

Browse files
Kaleidosiumpigpigyyy
authored andcommitted
Correct reference -> extras documentation slug
1 parent 2cb09d8 commit 760505c

11 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,8 @@ function createSidebar(basePath: string, locale: SidebarLocale) {
429429
text: group.extras,
430430
collapsed: true,
431431
items: [
432-
{ text: text.mascot, link: `${basePath}/reference/mascot` },
433-
{ text: text.licenseMit, link: `${basePath}/reference/license-mit` },
432+
{ text: text.mascot, link: `${basePath}/extras/mascot` },
433+
{ text: text.licenseMit, link: `${basePath}/extras/license-mit` },
434434
],
435435
},
436436
];
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)