Skip to content

Commit

Permalink
chore: Add search to website (#1481)
Browse files Browse the repository at this point in the history
  • Loading branch information
7ute committed Aug 14, 2023
1 parent 9575754 commit b256760
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<div id="app"></div>
<script>
window.$docsify = {
search: 'auto',
basePath: "docs/",
name: "luxon",
repo: "https://github.com/moment/luxon",
Expand All @@ -22,6 +23,7 @@
}
</script>
<script src="https://unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="https://unpkg.com/docsify/lib/plugins/search.min.js"></script>
<script src="global/luxon.js"></script>
<script>
console.log(
Expand Down

0 comments on commit b256760

Please sign in to comment.