@@ -8,24 +8,39 @@ module.exports = {
88 baseUrl : '/' ,
99 trailingSlash : false ,
1010 onBrokenLinks : 'throw' ,
11- onBrokenMarkdownLinks : 'warn' ,
1211 onDuplicateRoutes : 'throw' ,
1312 favicon : 'img/favicon.ico' ,
1413 organizationName : 'openfn' ,
1514 projectName : 'docs' ,
1615 markdown : {
16+ hooks : { onBrokenMarkdownLinks : 'warn' } ,
1717 mermaid : true ,
1818 } ,
1919 themes : [ '@docusaurus/theme-mermaid' ] ,
2020 themeConfig : {
2121 metadata : [
22- { name : 'keywords' , content : 'OpenFn, workflow automation, ICT4D, integration, automation, documentation' } ,
23- { name : 'description' , content : 'OpenFn documentation - The leading digital public good for workflow automation, making ICT4D more efficient.' } ,
24- { name : 'twitter:card' , content : 'summary_large_image' } ,
25- { name : 'twitter:site' , content : '@openfn' } ,
26- { name : 'twitter:title' , content : 'OpenFn Documentation' } ,
27- { name : 'twitter:description' , content : 'The leading digital public good for workflow automation, OpenFn makes ICT4D more efficient.' } ,
28- { name : 'twitter:image' , content : 'https://docs.openfn.org/img/og-image.png' } ,
22+ {
23+ name : 'keywords' ,
24+ content :
25+ 'OpenFn, workflow automation, ICT4D, integration, automation, documentation' ,
26+ } ,
27+ {
28+ name : 'description' ,
29+ content :
30+ 'OpenFn documentation - The leading digital public good for workflow automation, making ICT4D more efficient.' ,
31+ } ,
32+ { name : 'twitter:card' , content : 'summary_large_image' } ,
33+ { name : 'twitter:site' , content : '@openfn' } ,
34+ { name : 'twitter:title' , content : 'OpenFn Documentation' } ,
35+ {
36+ name : 'twitter:description' ,
37+ content :
38+ 'The leading digital public good for workflow automation, OpenFn makes ICT4D more efficient.' ,
39+ } ,
40+ {
41+ name : 'twitter:image' ,
42+ content : 'https://docs.openfn.org/img/og-image.png' ,
43+ } ,
2944 ] ,
3045 algolia : {
3146 appId : 'O729P2PJGT' ,
0 commit comments