Skip to content

Commit

Permalink
Merge pull request #27 from BetterDiscord/stores
Browse files Browse the repository at this point in the history
Reorganize discord reference section
  • Loading branch information
zerebos authored Dec 2, 2024
2 parents 8bb0252 + 05a6120 commit 5b53495
Show file tree
Hide file tree
Showing 3 changed files with 3,804 additions and 3,537 deletions.
9 changes: 7 additions & 2 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const VITEPRESS_CONFIG: UserConfig<DefaultTheme.Config> = {

["link", {rel: "icon", href: "/favicon/favicon-96x96.png"}],
],
// cleanUrls: true,
cleanUrls: true,
themeConfig: {
siteTitle: false,
logo: "/branding/logo_large.svg",
Expand Down Expand Up @@ -178,15 +178,20 @@ const SIDEBARS: VitePressSidebarOptions[] = [
frontmatterOrderDefaultValue: 1,
},
{
rootGroupText: "Discord Internals",
documentRootPath: "docs",
scanStartPath: "discord",
basePath: "/discord/",
resolvePath: "/discord/",
useTitleFromFileHeading: true,
includeRootIndexFile: true,
includeRootIndexFile: true,
sortFolderTo: "bottom",
sortMenusByFrontmatterOrder: true,
frontmatterOrderDefaultValue: 1,
hyphenToSpace: true,
capitalizeEachWords: true,
useFolderLinkFromIndexFile: true,
useFolderTitleFromIndexFile: true,
},
{
documentRootPath: "docs",
Expand Down
Loading

0 comments on commit 5b53495

Please sign in to comment.