Skip to content

Commit f898a01

Browse files
committed
feat: test history mode
1 parent 8a644e9 commit f898a01

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/index.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@
55
<title>docsify-cli - A magical documentation generator.</title>
66
<meta name="description" content="A magical documentation generator.">
77
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
8-
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
8+
<link rel="stylesheet" href="//unpkg.com/docsify@next/lib/themes/vue.css">
99
</head>
1010
<body>
1111
<div id="app"></div>
1212
</body>
1313
<script>
1414
window.$docsify = {
15+
routerMode: 'history',
1516
name: 'docsify-cli',
16-
repo: 'https://github.com/QingWei-Li/docsify-cli'
17+
basePath: '/docsify-cli/',
18+
repo: 'QingWei-Li/docsify-cli'
1719
}
1820
</script>
19-
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
21+
<script src="//unpkg.com/docsify@next/lib/docsify.min.js"></script>
2022
</html>

0 commit comments

Comments
 (0)