docsify-m-pagination

2.3.6 • Public • Published

docsify-m-pagination

Pagination for docsify which supports:

  • Multi-level sidebar items
  • router mode of 'history'

npm license PRs Welcome

How does it look like?

screenshot

Install

  1. insert script into document
<script src="//unpkg.com/docsify-m-pagination"></script>
  1. specify the label text (optional)
window.$docsify = {
  // ...
  pagination: {
    previousText: 'Bài trước',
    nextText: 'Bài tiếp',
  },
}

Options

pagination.previousText

  • Default: 'PREVIOUS'
  • Type: String
  • Description: The text of previous label.

pagination.nextText

  • Default: 'NEXT'
  • Type: String
  • Description: The text of next label.

Example

Related

License

MIT @ yelo mangcut

Readme

Keywords

Package Sidebar

Install

npm i docsify-m-pagination

Weekly Downloads

10

Version

2.3.6

License

MIT

Unpacked Size

22.5 kB

Total Files

8

Last publish

Collaborators

  • mangcut