File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
+ locales :{
3
+ '/' : {
4
+ lang : 'it-IT' , // this will be set as the lang attribute on <html>
5
+ title : 'CoderBot - Docs' ,
6
+ description : 'Guide e istruzioni per l\'utilizzo di CoderBot'
7
+ }
8
+ } ,
9
+ plugins : [
10
+ //require('./markdown/index.js')
11
+ //require('./plugin-last-updated/index.js')
12
+ ] ,
2
13
// We are serving on coderbot.org/docs, so set the baseURL accordingly
3
14
// This variable is exposed on MD, HTML and Vue components as $withBase
4
15
// E.g. <img :src="$withBase('/foo.png')" alt="foo">
Original file line number Diff line number Diff line change 1
1
# Documentazione CoderBot
2
+ {{ $lang }}
2
3
3
4
<div style =" font-size :18px " >
4
5
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ La ricarica è possibile anche collegando direttamente il cavo Micro USB ad un P
18
18
19
19
### Aggiornarmento
20
20
21
- ::: warning
21
+ ::: warning ATTENZIONE
22
22
Prima di continuare, assicuratevi che la batteria sia carica almeno al ** 50%** .
23
23
:::
24
24
You can’t perform that action at this time.
0 commit comments