Skip to content

Commit

Permalink
feat: Add search to doc (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
kravorkid authored Aug 23, 2024
1 parent afa9cdd commit 9718951
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@
<script>
window.$docsify = {
name: '',
repo: ''
repo: '',
search: {
depth: 3,
}
}
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
</body>
</html>

0 comments on commit 9718951

Please sign in to comment.