We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e08d7a commit 14464e3Copy full SHA for 14464e3
website/docusaurus.config.js
@@ -14,6 +14,7 @@ module.exports = {
14
organizationName: 'apify',
15
projectName: 'apify-client-js',
16
favicon: 'img/favicon.ico',
17
+ scripts: [...(config.scripts ?? [])],
18
onBrokenLinks: /** @type {import('@docusaurus/types').ReportingSeverity} */ ('throw'),
19
onBrokenMarkdownLinks: /** @type {import('@docusaurus/types').ReportingSeverity} */ ('throw'),
20
future: {
@@ -112,4 +113,7 @@ module.exports = {
112
113
],
114
themeConfig: { ...config.themeConfig, versions },
115
staticDirectories: ['node_modules/@apify/docs-theme/static', 'static'],
116
+ customFields: {
117
+ ...(config.customFields ?? []),
118
+ },
119
};
0 commit comments