Skip to content

Commit 572b621

Browse files
committed
Set locale and site title, updates
1 parent 5c36ef8 commit 572b621

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

pages/.vuepress/config.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
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+
],
213
// We are serving on coderbot.org/docs, so set the baseURL accordingly
314
// This variable is exposed on MD, HTML and Vue components as $withBase
415
// E.g. <img :src="$withBase('/foo.png')" alt="foo">

pages/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Documentazione CoderBot
2+
{{ $lang }}
23

34
<div style="font-size:18px">
45

pages/manual/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ La ricarica è possibile anche collegando direttamente il cavo Micro USB ad un P
1818

1919
### Aggiornarmento
2020

21-
::: warning
21+
::: warning ATTENZIONE
2222
Prima di continuare, assicuratevi che la batteria sia carica almeno al **50%**.
2323
:::
2424

0 commit comments

Comments
 (0)