File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,14 +7,20 @@ const config: Config = {
77 tagline : 'A symphony of data instruments to support your data collection and analysis.' ,
88 favicon : 'img/favicon.ico' ,
99
10- url : 'https://docs. opendataensemble.org' ,
10+ url : 'https://opendataensemble.org' ,
1111 baseUrl : '/' ,
1212
1313 organizationName : 'opendataensemble' ,
1414 projectName : 'ode-docs' ,
1515
1616 onBrokenLinks : 'throw' ,
17- onBrokenMarkdownLinks : 'warn' ,
17+
18+ markdown : {
19+ mermaid : false ,
20+ hooks : {
21+ onBrokenMarkdownLinks : 'warn' ,
22+ } ,
23+ } ,
1824
1925 i18n : {
2026 defaultLocale : 'en' ,
@@ -29,6 +35,8 @@ const config: Config = {
2935 sidebarPath : './sidebars.ts' ,
3036 routeBasePath : '/docs' ,
3137 editUrl : 'https://github.com/OpenDataEnsemble/ode/tree/main/ode-docs/' ,
38+ remarkPlugins : [ require ( './plugins/fix-docs-links' ) ] ,
39+ rehypePlugins : [ require ( './plugins/fix-docs-links-rehype' ) ] ,
3240 } ,
3341 pages : {
3442 remarkPlugins : [ ] ,
You can’t perform that action at this time.
0 commit comments