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