Pagination for docsify
- insert script into document
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>- specify the label text (optional)
window.$docsify = {
// ...
pagination: {
previousText: '上一章节',
nextText: '下一章节',
},
}- Default:
'PREVIOUS' - Type:
String - Description: The text of previous label.
- Default:
'NEXT' - Type:
String - Description: The text of next label.
MIT @ yelo
