1
1
module . exports = {
2
- locales :{
3
- '/' : {
4
- lang : ' it-IT' , // this will be set as the lang attribute on <html>
5
- title : ' Documentazione di CoderBot' ,
6
- description : ' Guide e istruzioni per l\ 'utilizzo di CoderBot'
2
+ locales : {
3
+ "/" : {
4
+ lang : " it-IT" , // this will be set as the lang attribute on <html>
5
+ title : " Documentazione di CoderBot" ,
6
+ description : " Guide e istruzioni per l'utilizzo di CoderBot"
7
7
}
8
8
} ,
9
9
plugins : [
@@ -13,17 +13,17 @@ module.exports = {
13
13
// We are serving on coderbot.org/docs, so set the baseURL accordingly
14
14
// This variable is exposed on MD, HTML and Vue components as $withBase
15
15
// E.g. <img :src="$withBase('/foo.png')" alt="foo">
16
- base : '/docs/' ,
16
+ base : "/" ,
17
17
themeConfig : {
18
18
sidebar : [
19
- [ '/' , ' Indice' ] ,
20
- [ ' /kit/' , ' Montaggio' ] ,
21
- [ ' /description/' , ' Elenco delle parti' ] ,
22
- [ ' /manual/' , ' Configurazione' ] ,
23
- [ ' /usermanual/' , ' Manuale d\ 'uso' ] ,
24
- [ ' /guides/' , ' Guide' ]
19
+ [ "/" , " Indice" ] ,
20
+ [ " /kit/" , " Montaggio" ] ,
21
+ [ " /description/" , " Elenco delle parti" ] ,
22
+ [ " /manual/" , " Configurazione" ] ,
23
+ [ " /usermanual/" , " Manuale d'uso" ] ,
24
+ [ " /guides/" , " Guide" ]
25
25
] ,
26
26
// Based on last git commit, offered by @vuepress/plugin-last-updated
27
- lastUpdated : ' Ultimo aggiornamento' , // string | boolean
27
+ lastUpdated : " Ultimo aggiornamento" // string | boolean
28
28
}
29
- }
29
+ } ;
0 commit comments