Skip to content

Commit

Permalink
feat: test history mode
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed May 30, 2017
1 parent 8a644e9 commit f898a01
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,18 @@
<title>docsify-cli - A magical documentation generator.</title>
<meta name="description" content="A magical documentation generator.">
<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">
<link rel="stylesheet" href="//unpkg.com/docsify@next/lib/themes/vue.css">
</head>
<body>
<div id="app"></div>
</body>
<script>
window.$docsify = {
routerMode: 'history',
name: 'docsify-cli',
repo: 'https://github.com/QingWei-Li/docsify-cli'
basePath: '/docsify-cli/',
repo: 'QingWei-Li/docsify-cli'
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/docsify@next/lib/docsify.min.js"></script>
</html>

0 comments on commit f898a01

Please sign in to comment.