Skip to content

Commit

Permalink
fix search result mix problem (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
heheda123123 authored Sep 6, 2024
1 parent 6f21ff9 commit 28dcf5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
},
depth: 6,
namespace: 'xmake.io',
hideOtherSidebarContent: false
hideOtherSidebarContent: false,
pathNamespaces: ['/zh-cn'],
},
formatUpdated: '{MM}/{DD} {HH}:{mm}',
plugins: [
Expand Down Expand Up @@ -134,7 +135,7 @@
}
</script>
<script src="/assets/npm/docsify/docsify.min.js"></script>
<script src="/assets/npm/docsify/search.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
<script src="/assets/npm/prismjs/prism-c.min.js"></script>
<script src="/assets/npm/prismjs/prism-lua.min.js"></script>
<script src="/assets/npm/prismjs/prism-bash.min.js"></script>
Expand Down

0 comments on commit 28dcf5a

Please sign in to comment.