Skip to content

Commit

Permalink
Fix missing index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records authored Oct 15, 2021
1 parent 2478619 commit 84c12e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@
maxLevel: 4,
subMaxLevel: 2,
name: 'docsify',
nameLink: {
'/es/': '#/es/',
'/de-de/': '#/de-de/',
'/ru-ru/': '#/ru-ru/',
'/zh-cn/': '#/zh-cn/',
'/': '#/',
},
search: {
noData: {
'/es/': '¡No hay resultados!',
Expand Down

0 comments on commit 84c12e1

Please sign in to comment.