1
+ export default {
2
+ base : "/docs" ,
3
+ title : 'Documentazione di CoderBot' ,
4
+ description : 'Guida all\'uso di CoderBot' ,
5
+ themeConfig : {
6
+ outlineTitle : 'Su questa pagina' ,
7
+ sidebar : [
8
+ {
9
+ text : 'Kit di montaggio' ,
10
+ items : [
11
+ { text : 'Istruzioni di montaggio' , link : '/kit/' } ,
12
+ { text : 'Elenco delle parti' , link : '/description/' } ,
13
+ ]
14
+ } ,
15
+ {
16
+ text : 'Manuale di configurazione' ,
17
+ items : [
18
+ { text : 'Avvio' , link : '/manual/#messa-in-funzione' } ,
19
+ { text : 'Ricarica della Batteria' , link : '/manual/#ricarica-della-batteria' } ,
20
+ { text : 'Impostazioni' , link : '/manual/#impostazioni' } ,
21
+ { text : 'Aggiornamento' , link : '/manual/#aggiornamento' } ,
22
+ { text : 'Ripristino' , link : '/manual/#ripristino-impostazioni' } ,
23
+ ]
24
+ } ,
25
+ {
26
+ text : 'Manuale d\'uso' ,
27
+ items : [
28
+ { text : 'Programmazione' , link : '/usermanual/#programmazione' } ,
29
+ { text : 'Attività' , link : '/usermanual/#attivita' } ,
30
+ { text : 'Blocchi' , link : '/usermanual/blocks/' } ,
31
+ { text : 'Programmi' , link : '/usermanual/programs/' } ,
32
+ ]
33
+ } ,
34
+ {
35
+ text : 'Guide' ,
36
+ items : [
37
+ { text : 'Muovere CoderBot' , link : '/guides/#muovere-coderbot' } ,
38
+ { text : 'Programmiamo con i sensori' , link : '/guides/#programmiamo-con-i-sensori' } ,
39
+ ]
40
+ } ,
41
+ ]
42
+ } ,
43
+ head : [
44
+ [ 'script' , { async : true , src : 'https://www.googletagmanager.com/gtag/js?id=G-JH5JX4PBZG' } ] ,
45
+ [ 'script' , { } , "window.dataLayer = window.dataLayer || [];\nfunction gtag(){dataLayer.push(arguments);}\ngtag('js', new Date());\ngtag('config', 'G-JH5JX4PBZG');" ]
46
+ ]
47
+ }
0 commit comments