Pagination for docsify which supports:
- Multi-level sidebar items
- router mode of 'history'
- insert script into document
<script src="//unpkg.com/docsify-m-pagination"></script>
- specify the label text (optional)
window.$docsify = {
// ...
pagination: {
previousText: 'BÀI TRƯỚC',
nextText: 'BÀI TIẾP',
},
}
- Default:
'PREVIOUS'
- Type:
String
- Description: The text of previous label.
- Default:
'NEXT'
- Type:
String
- Description: The text of next label.