File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const config = {
10
10
tagline : 'Object-based searching' ,
11
11
url : 'https://activerecord-hackery.github.io' ,
12
12
baseUrl : '/ransack/' ,
13
- onBrokenLinks : 'throw' ,
13
+ // onBrokenLinks: 'throw',
14
14
onBrokenMarkdownLinks : 'warn' ,
15
15
favicon : 'img/favicon.ico' ,
16
16
organizationName : 'activerecord-hackery' ,
@@ -25,12 +25,12 @@ const config = {
25
25
docs : {
26
26
routeBasePath : '/' ,
27
27
sidebarPath : require . resolve ( './sidebars.js' ) ,
28
- editUrl : 'https://github.com/activerecord-hackery/ransack/docs-website /docs/' ,
28
+ editUrl : 'https://github.com/activerecord-hackery/ransack/docs/docs/' ,
29
29
} ,
30
30
blog : {
31
31
showReadingTime : true ,
32
32
editUrl :
33
- 'https://github.com/activerecord-hackery/ransack/docs-website /blog/' ,
33
+ 'https://github.com/activerecord-hackery/ransack/docs/blog/' ,
34
34
} ,
35
35
theme : {
36
36
customCss : require . resolve ( './src/css/custom.css' ) ,
You can’t perform that action at this time.
0 commit comments