File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,19 @@ const config = {
2424 commitRef : execSync ( "git rev-parse HEAD" ) . toString ( ) . trim ( ) ,
2525 } ,
2626 themes : [ "@docusaurus/theme-mermaid" ] ,
27+ plugins : [
28+ [
29+ "@easyops-cn/docusaurus-search-local" ,
30+ {
31+ hashed : true ,
32+ language : [ "ja" ] ,
33+ indexDocs : true ,
34+ indexBlog : false ,
35+ indexPages : false ,
36+ docsRouteBasePath : "/docs" ,
37+ } ,
38+ ] ,
39+ ] ,
2740 presets : [
2841 [
2942 "@docusaurus/preset-classic" ,
Original file line number Diff line number Diff line change 1616 "@docusaurus/core" : " ^3.8.1" ,
1717 "@docusaurus/preset-classic" : " ^3.8.1" ,
1818 "@docusaurus/theme-mermaid" : " ^3.8.1" ,
19+ "@easyops-cn/docusaurus-search-local" : " ^0.52.1" ,
1920 "@mdx-js/react" : " ^3.1.0" ,
2021 "@tippyjs/react" : " ^4.2.6" ,
2122 "clsx" : " ^2.1.1" ,
You can’t perform that action at this time.
0 commit comments