Skip to content

Commit

Permalink
docs: docsify
Browse files Browse the repository at this point in the history
  • Loading branch information
zce committed Nov 18, 2023
1 parent f602af4 commit 49ee55d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
<body>
<div id="app"></div>
<script>
window.$docsify = { repo: 'zce/velite' }
window.$docsify = {
repo: 'zce/velite',
homepage: 'readme.md'
}
</script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
</body>
Expand Down

0 comments on commit 49ee55d

Please sign in to comment.