Skip to content

Commit 4ce3b0c

Browse files
authored
๐Ÿ’ƒ
1 parent a253a10 commit 4ce3b0c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

โ€Ž.vitepress/config.mtsโ€Ž

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const vitePressConfigs = {
2020
logo: '/logo.png',
2121
nav: [
2222
{ text: '๐Ÿ’ซ Philosophie', link: '/philo' },
23+
{ text: '๐Ÿ’ƒ Espagnol', link: '/espagnol' },
2324
{ text: '๐Ÿต DNL', link: '/dnl' },
2425
{ text: '๐Ÿ’– Nous Aider', link: '/contribution' },
2526
],
@@ -47,6 +48,14 @@ export default defineConfig(
4748
useFolderTitleFromIndexFile: true,
4849
sortMenusByFrontmatterOrder: true,
4950
},
51+
{
52+
documentRootPath: '/',
53+
scanStartPath: 'espagnol',
54+
resolvePath: '/espagnol/',
55+
useTitleFromFrontmatter: true,
56+
useFolderTitleFromIndexFile: true,
57+
sortMenusByFrontmatterOrder: true,
58+
},
5059
{
5160
documentRootPath: '/',
5261
scanStartPath: 'dnl',
@@ -64,4 +73,4 @@ export default defineConfig(
6473
sortMenusByFrontmatterOrder: true,
6574
}
6675
])
67-
);
76+
);

0 commit comments

Comments
ย (0)