Skip to content

Commit

Permalink
docs: use docsify pagination plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Anilople authored and nobodyiam committed Apr 11, 2021
1 parent d4c6a59 commit b0173d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@
'/': 'Copied',
},
},
// docsify-pagination
pagination: {
crossChapter: true,
crossChapterText: true,
},
plugins: [
// Edit Document Button in each page
function (hook, vm) {
Expand Down Expand Up @@ -116,6 +121,8 @@
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/zoom-image.min.js"></script>
<!-- Add a simple Click to copy button to all preformatted code blocks to effortlessly allow users to copy example code from your docs -->
<script src="//cdn.jsdelivr.net/npm/docsify-copy-code"></script>
<!-- docsify-pagination -->
<script src="//cdn.jsdelivr.net/npm/docsify-pagination/dist/docsify-pagination.min.js"></script>

<!-- code highlight -->
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
Expand Down

0 comments on commit b0173d7

Please sign in to comment.