summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html7
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>