Skip to content

Commit

Permalink
docs: bump @apify/docusaurus-plugin-typedoc-api (#277)
Browse files Browse the repository at this point in the history
Fixes type-wise links between documentation pages (see
apify/apify-client-js#591 for more context ).
  • Loading branch information
barjin authored Oct 21, 2024
1 parent b3406e0 commit f5e099e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
1 change: 1 addition & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ module.exports = {
pathToCurrentVersionTypedocJSON: `${__dirname}/api-typedoc-generated.json`,
sortSidebar: groupSort,
routeBasePath: 'reference',
python: true,
},
],
...config.plugins,
Expand Down
19 changes: 15 additions & 4 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@apify/docs-theme": "^1.0.132",
"@apify/docusaurus-plugin-typedoc-api": "^4.2.5",
"@apify/docusaurus-plugin-typedoc-api": "^4.2.6",
"@docusaurus/core": "^3.5.2",
"@docusaurus/plugin-client-redirects": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
Expand Down

0 comments on commit f5e099e

Please sign in to comment.