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.
scripts
customFields
1 parent 483fc43 commit 7c43fe7Copy full SHA for 7c43fe7
website/docusaurus.config.js
@@ -31,6 +31,7 @@ module.exports = {
31
organizationName: 'apify',
32
projectName: 'apify-sdk-js',
33
favicon: 'img/favicon.svg',
34
+ scripts: [...(config.scripts ?? [])],
35
onBrokenLinks:
36
/** @type {import('@docusaurus/types').ReportingSeverity} */ ('throw'),
37
onBrokenMarkdownLinks:
@@ -144,4 +145,7 @@ module.exports = {
144
145
],
146
themeConfig: { ...config.themeConfig, versions },
147
staticDirectories: ['node_modules/@apify/docs-theme/static', 'static'],
148
+ customFields: {
149
+ ...(config.customFields ?? []),
150
+ },
151
};
0 commit comments