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 3a3f8f1 commit d484a9cCopy full SHA for d484a9c
website/docusaurus.config.js
@@ -36,6 +36,7 @@ module.exports = {
36
projectName: 'apify-sdk-python',
37
scripts: ['/js/custom.js'],
38
favicon: 'img/favicon.ico',
39
+ scripts: [...(config.scripts ?? [])],
40
githubHost: 'github.com',
41
future: {
42
experimental_faster: {
@@ -270,4 +271,7 @@ module.exports = {
270
271
image: 'https://docs.apify.com/sdk/python/img/docs-og.png',
272
},
273
staticDirectories: ['node_modules/@apify/docs-theme/static', 'static'],
274
+ customFields: {
275
+ ...(config.customFields ?? []),
276
+ },
277
};
0 commit comments