Skip to content

Commit cac88b0

Browse files
authored
chore: bump @apify/docusaurus-plugin-typedoc-api (#300)
Fixes type-wise links between documentation pages (see apify/apify-client-js#591 for more context ).
1 parent d8bf75d commit cac88b0

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

website/docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ module.exports = {
8686
pathToCurrentVersionTypedocJSON: `${__dirname}/api-typedoc-generated.json`,
8787
sortSidebar: groupSort,
8888
routeBasePath: 'reference',
89+
python: true,
8990
},
9091
],
9192
...config.plugins,

website/package-lock.json

Lines changed: 16 additions & 13 deletions
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.5",
25+
"@apify/docusaurus-plugin-typedoc-api": "^4.2.6",
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)