Skip to content

Commit b3d11a1

Browse files
committed
chore: bump @apify/docusaurus-plugin-typedoc-api, fix build
1 parent 1fac093 commit b3d11a1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

website/docusaurus.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
const { config } = require('@apify/docs-theme');
33
const { externalLinkProcessor } = require('./tools/utils/externalLink');
44
const { groupSort } = require('./transformDocs.js');
5+
const path = require('path');
56

67
const { absoluteUrl } = config;
78

@@ -83,6 +84,10 @@ module.exports = {
8384
sortSidebar: groupSort,
8485
routeBasePath: 'reference',
8586
python: true,
87+
pythonOptions: {
88+
pythonModulePath: path.join(__dirname, '../src/apify_client'),
89+
moduleShortcutsPath: path.join(__dirname, 'module_shortcuts.json'),
90+
},
8691
},
8792
],
8893
...config.plugins,

website/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@apify/docs-theme": "^1.0.132",
25-
"@apify/docusaurus-plugin-typedoc-api": "^4.2.6",
25+
"@apify/docusaurus-plugin-typedoc-api": "^4.4.3",
2626
"@docusaurus/core": "^3.5.2",
2727
"@docusaurus/plugin-client-redirects": "^3.5.2",
2828
"@docusaurus/preset-classic": "^3.5.2",

0 commit comments

Comments
 (0)