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 338f8c3 commit ae48ae2Copy full SHA for ae48ae2
website/docusaurus.config.js
@@ -31,6 +31,7 @@ module.exports = {
31
projectName: 'apify-client-python',
32
scripts: ['/js/custom.js'],
33
favicon: 'img/favicon.ico',
34
+ scripts: [...(config.scripts ?? [])],
35
onBrokenLinks:
36
/** @type {import('@docusaurus/types').ReportingSeverity} */ ('warn'),
37
onBrokenMarkdownLinks:
@@ -115,4 +116,7 @@ module.exports = {
115
116
},
117
118
staticDirectories: ['node_modules/@apify/docs-theme/static', 'static'],
119
+ customFields: {
120
+ ...(config.customFields ?? []),
121
+ },
122
};
0 commit comments