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 b1e03ae commit 27a4ae2Copy full SHA for 27a4ae2
docs/.vitepress/config.ts
@@ -9,7 +9,7 @@ const vitePressConfig: UserConfig = {
9
description: "A declarative, immediate-mode UI framework for Rust",
10
11
sitemap: {
12
- hostname: 'https://tessera-ui.github.io/',
+ hostname: "https://tessera-ui.github.io/",
13
},
14
15
head: [
@@ -72,6 +72,7 @@ const vitePressSidebarConfigs = supportedLocales.map((lang) => ({
72
...(lang === rootLocale ? {} : { basePath: `/${lang}/` }),
73
documentRootPath: `docs/${lang}`,
74
resolvePath: lang === rootLocale ? "/" : `/${lang}/`,
75
+ collapsed: true,
76
}));
77
78
const vitePressI18nConfig: VitePressI18nOptions = {
0 commit comments