We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706eeca commit a9ff294Copy full SHA for a9ff294
pages/.vuepress/config.js
@@ -18,7 +18,8 @@ module.exports = {
18
sidebar: [
19
['/', 'Indice'],
20
['/kit/', 'Montaggio'],
21
- ['/manual/', 'Configurazione']
+ ['/manual/', 'Configurazione'],
22
+ ['/guides/', 'Guide']
23
],
24
// Based on last git commit, offered by @vuepress/plugin-last-updated
25
lastUpdated: 'Ultimo aggiornamento', // string | boolean
0 commit comments