docs(index.html): update languages

This commit is contained in:
qingwei.li 2017-03-12 08:44:52 +08:00
parent ceafc37bb3
commit de0ad0f04c
5 changed files with 12 additions and 13 deletions

View File

@ -7,12 +7,13 @@
<link rel="stylesheet" href="/themes/vue.css" title="vue">
<link rel="stylesheet" href="/themes/dark.css" title="dark" disabled>
<link rel="stylesheet" href="/themes/buble.css" title="buble" disabled>
<style>
nav.app-nav li ul {
min-width: 100px;
}
</style>
</head>
<body>
<nav data-cloak>
<a href="#/">EN</a>
<a href="#/zh-cn/">中文</a>
</nav>
<div id="app"></div>
</body>
<script>
@ -21,6 +22,7 @@
'/zh-cn/changelog': '/changelog',
'/changelog': 'https://raw.githubusercontent.com/QingWei-Li/docsify/master/CHANGELOG'
},
loadNavbar: true,
executeScript: true
}
</script>

View File

@ -1,4 +1,4 @@
- [:uk:](/)
- :uk:
- [:cn: 中文](/zh-cn/)
- [:de: German](/de-de/)
- [:uk: EN](/)
- [:uk: English](/)

View File

@ -1,4 +1,4 @@
- [:de:](/de-de/)
- :de:
- [:cn: 中文](/zh-cn/)
- [:de: German](/de-de/)
- [:uk: EN](/)
- [:uk: English](/)

View File

@ -15,9 +15,6 @@
nav.app-nav li ul {
min-width: 100px;
}
nav.app-nav a.active {
border-bottom: none;
}
</style>
</head>
<body>

View File

@ -1,4 +1,4 @@
- [:cn:](/zh-cn/)
- :cn:
- [:cn: 中文](/zh-cn/)
- [:de: German](/de-de/)
- [:uk: EN](/)
- [:uk: English](/)