diff options
| author | ruki <waruqi@gmail.com> | 2019-06-22 11:16:08 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2019-06-22 11:16:08 +0800 |
| commit | 4b612c136ea55e57eb331bdd9955974e2cfdbde7 (patch) | |
| tree | 3182c15d9bc4c4e0bbec5652dadef84d8366b53a /index.html | |
| parent | 2809e37a97e58c4920b4631052f9903af7a5a74e (diff) | |
| download | xmake-docs-4b612c136ea55e57eb331bdd9955974e2cfdbde7.tar.gz xmake-docs-4b612c136ea55e57eb331bdd9955974e2cfdbde7.zip | |
add about
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -8,6 +8,11 @@ <meta name="description" content="Description"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css"> + <style> + nav.app-nav li ul { + min-width: 100px; + } + </style> </head> <body> <div id="app">Loading ...</div> @@ -21,6 +26,7 @@ loadSidebar: true, loadNavbar: true, mergeNavbar: true, + mergeNavbar: true, maxLevel: 6, subMaxLevel: 4, alias: { @@ -32,7 +38,9 @@ '/zh/plugins': '/old/zh/plugins', '/zh/manual': '/old/zh/manual', <!-- multi-languages --> - '/zh-cn/(.*)': '/zh-cn/$1' + '/zh-cn/(.*)': '/zh-cn/$1', + <!-- others --> + '/sponsor': '/about/sponsor' }, search: { noData: { |
