2.3.6 • Published 5 years ago

docsify-m-pagination v2.3.6

Weekly downloads
58
License
MIT
Repository
github
Last release
5 years ago

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>
  2. 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