This repository was archived by the owner on Jan 5, 2024. It is now read-only.
File tree 3 files changed +989
-521
lines changed 3 files changed +989
-521
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,17 @@ const config = {
18
18
// If you aren't using GitHub pages, you don't need these.
19
19
organizationName : "Chia-Network" , // Usually your GitHub org/user name.
20
20
projectName : "chia-dev-guides" , // Usually your repo name.
21
- plugins : [ require . resolve ( "@cmfcmf/docusaurus-search-local" ) ] ,
21
+ themes : [
22
+ [
23
+ "@easyops-cn/docusaurus-search-local" ,
24
+ {
25
+ hashed : true ,
26
+ language : [ "en" ] ,
27
+ highlightSearchTermsOnTargetPage : true ,
28
+ docsRouteBasePath : "/"
29
+ } ,
30
+ ] ,
31
+ ] ,
22
32
23
33
// Even if you don't use internalization, you can use this field to set useful
24
34
// metadata like html lang. For example, if your site is Chinese, you may want
Original file line number Diff line number Diff line change 15
15
},
16
16
"dependencies" : {
17
17
"@cmfcmf/docusaurus-search-local" : " ^0.11.0" ,
18
- "@docusaurus/core" : " 2.0.0-beta.21" ,
19
- "@docusaurus/preset-classic" : " 2.0.0-beta.21" ,
18
+ "@docusaurus/core" : " ^2.0.1" ,
19
+ "@docusaurus/preset-classic" : " ^2.0.1" ,
20
+ "@easyops-cn/docusaurus-search-local" : " ^0.31.0" ,
20
21
"@mdx-js/react" : " ^1.6.22" ,
21
22
"clsx" : " ^1.1.1" ,
22
23
"prism-react-renderer" : " ^1.3.1" ,
25
26
"yarn" : " ^1.22.19"
26
27
},
27
28
"devDependencies" : {
28
- "@docusaurus/module-type-aliases" : " 2.0.0-beta.21 "
29
+ "@docusaurus/module-type-aliases" : " ^ 2.0.1 "
29
30
},
30
31
"browserslist" : {
31
32
"production" : [
You can’t perform that action at this time.
0 commit comments