diff options
| author | Ritabrata Das <[email protected]> | 2025-02-24 21:01:01 +0530 |
|---|---|---|
| committer | Ritabrata Das <[email protected]> | 2025-02-24 21:01:01 +0530 |
| commit | d940a708a72150ac8251d41dfeb00993ef02a7e1 (patch) | |
| tree | c44435e1a34dcd98479c749aab91fad4ac2711d6 /docs | |
| parent | 186498b00ab636cb5a0d98559d785183519d501a (diff) | |
Add search and pagination plugins
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 0a4f5af..08efd76 100644 --- a/docs/index.html +++ b/docs/index.html @@ -25,6 +25,9 @@ coverpage: true, themeColor: "#3F51B5", loadFooter: true, + search: { + namespace: "sakuya-ac", + }, plugins: [ function (hook) { hook.doneEach(function () { @@ -44,5 +47,9 @@ <script src="//cdn.jsdelivr.net/npm/docsify-sidebar-collapse/dist/docsify-sidebar-collapse.min.js"></script> <!-- Footer --> <script src=" https://cdn.jsdelivr.net/npm/@alertbox/[email protected]/dist/docsify-footer.min.js "></script> + <!-- Search --> + <script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script> + <!-- Pagination --> + <script src="//cdn.jsdelivr.net/npm/docsify-pagination/dist/docsify-pagination.min.js"></script> </body> </html> |
