Skip to content

Commit 84c12e1

Browse files
authored
Fix missing index.html
1 parent 2478619 commit 84c12e1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.html

+7
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@
5959
maxLevel: 4,
6060
subMaxLevel: 2,
6161
name: 'docsify',
62+
nameLink: {
63+
'/es/': '#/es/',
64+
'/de-de/': '#/de-de/',
65+
'/ru-ru/': '#/ru-ru/',
66+
'/zh-cn/': '#/zh-cn/',
67+
'/': '#/',
68+
},
6269
search: {
6370
noData: {
6471
'/es/': '¡No hay resultados!',

0 commit comments

Comments
 (0)