Skip to content

Commit

Permalink
docs: add search functionality
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <toomas2d@gmail.com>
  • Loading branch information
Tomas2D committed Nov 15, 2024
1 parent 0e21ded commit 76eda7a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
"loadSidebar": true,
"subMaxLevel": 2,
"auto2top": true,
"search": {
depth: 6,
namespace: "framework",
},
"flexible-alerts": {
important: {
label: "Important",
Expand Down Expand Up @@ -79,5 +83,6 @@
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-typescript.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-sql.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
</body>
</html>

0 comments on commit 76eda7a

Please sign in to comment.