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 df71348 commit 061ff4eCopy full SHA for 061ff4e
website/docusaurus.config.js
@@ -28,6 +28,7 @@ module.exports = {
28
organizationName: 'apify',
29
projectName: 'apify-cli',
30
favicon: 'img/favicon.svg',
31
+ scripts: [...(config.scripts ?? [])],
32
onBrokenLinks:
33
/** @type {import('@docusaurus/types').ReportingSeverity} */ ('throw'),
34
onBrokenMarkdownLinks:
@@ -100,4 +101,7 @@ module.exports = {
100
101
],
102
themeConfig: { ...config.themeConfig, versions },
103
staticDirectories: ['node_modules/@apify/docs-theme/static', 'static'],
104
+ customFields: {
105
+ ...(config.customFields ?? []),
106
+ },
107
};
0 commit comments