File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff 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+ ) ;
You canโt perform that action at this time.
0 commit comments