Skip to content

Commit d9b0acc

Browse files
committed
Fix sidebar items
1 parent 39b35e3 commit d9b0acc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/.vuepress/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ module.exports = {
1818
sidebar: [
1919
['/', 'Indice'],
2020
['/kit/', 'Montaggio'],
21-
['/description/', 'Descrizione'],
22-
['/manual/', 'Configurazione']
21+
['/description/', 'Elenco delle parti'],
22+
['/manual/', 'Configurazione'],
2323
['/guides/', 'Guide']
2424
],
2525
// Based on last git commit, offered by @vuepress/plugin-last-updated

0 commit comments

Comments
 (0)