Skip to content

Commit 1cde2f9

Browse files
upgrade docusaurus
1 parent a4e603a commit 1cde2f9

3 files changed

Lines changed: 1487 additions & 982 deletions

File tree

docusaurus.config.js

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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',

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
},
1919
"dependencies": {
2020
"@babel/helper-module-transforms": "^7.17.7",
21-
"@docusaurus/core": "3.8.1",
22-
"@docusaurus/plugin-client-redirects": "^3.8.1",
23-
"@docusaurus/plugin-google-gtag": "3.8.1",
24-
"@docusaurus/plugin-google-tag-manager": "3.8.1",
25-
"@docusaurus/plugin-sitemap": "^3.8.1",
26-
"@docusaurus/preset-classic": "3.8.1",
27-
"@docusaurus/theme-mermaid": "3.8.1",
21+
"@docusaurus/core": "3.9.2",
22+
"@docusaurus/plugin-client-redirects": "3.9.2",
23+
"@docusaurus/plugin-google-gtag": "3.9.2",
24+
"@docusaurus/plugin-google-tag-manager": "3.9.2",
25+
"@docusaurus/plugin-sitemap": "3.9.2",
26+
"@docusaurus/preset-classic": "3.9.2",
27+
"@docusaurus/theme-mermaid": "3.9.2",
2828
"@mdx-js/react": "^3.0.0",
2929
"axios": "1.12.0",
3030
"brace-expansion": "1.1.12",
@@ -56,9 +56,9 @@
5656
]
5757
},
5858
"devDependencies": {
59-
"@docusaurus/module-type-aliases": "3.8.1",
60-
"@docusaurus/tsconfig": "3.8.1",
61-
"@docusaurus/types": "3.8.1",
59+
"@docusaurus/module-type-aliases": "3.9.2",
60+
"@docusaurus/tsconfig": "3.9.2",
61+
"@docusaurus/types": "3.9.2",
6262
"@types/node": "^14.14.22",
6363
"@types/react": "^18.2.29",
6464
"@types/react-helmet": "^6.1.0",

0 commit comments

Comments
 (0)