File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ const config = {
3131 routeBasePath : '/' ,
3232 sidebarPath : require . resolve ( './sidebars.js' ) ,
3333 // Please change this to your repo.
34- editUrl : 'https://github.com/chkware/chkware.github.io' ,
34+ editUrl : 'https://github.com/chkware/chkware.github.io/tree/main ' ,
3535 } ,
3636 blog : {
3737 showReadingTime : true ,
3838 // Please change this to your repo.
3939 editUrl :
40- 'https://github.com/chkware/chkware.github.io' ,
40+ 'https://github.com/chkware/chkware.github.io/tree/main ' ,
4141 } ,
4242 theme : {
4343 customCss : require . resolve ( './src/css/custom.css' ) ,
@@ -129,7 +129,9 @@ const config = {
129129 [
130130 require . resolve ( "@easyops-cn/docusaurus-search-local" ) ,
131131 {
132+ indexPages : true ,
132133 hashed : true ,
134+ highlightSearchTermsOnTargetPage : true ,
133135 } ,
134136 ] ,
135137 ] ,
You can’t perform that action at this time.
0 commit comments