Skip to content

Commit a9ff294

Browse files
committed
Add Guides in sidebar
1 parent 706eeca commit a9ff294

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pages/.vuepress/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ module.exports = {
1818
sidebar: [
1919
['/', 'Indice'],
2020
['/kit/', 'Montaggio'],
21-
['/manual/', 'Configurazione']
21+
['/manual/', 'Configurazione'],
22+
['/guides/', 'Guide']
2223
],
2324
// Based on last git commit, offered by @vuepress/plugin-last-updated
2425
lastUpdated: 'Ultimo aggiornamento', // string | boolean

0 commit comments

Comments
 (0)