Skip to content

Commit

Permalink
docs: bump docusaurus-plugin-typedoc-api (apify#926)
Browse files Browse the repository at this point in the history
Bumps the `@apify/docusaurus-plugin-typedoc-api` version to include the
latest fixes (`optional` / `keyword-only` parameter tags and info about
symbol inheritance). Unhides the `Page options (Hide inherited)` button,
as it now actually works.
  • Loading branch information
barjin authored Jan 23, 2025
1 parent f549b51 commit 2857999
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 227 deletions.
16 changes: 8 additions & 8 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"typescript": "5.7.3"
},
"dependencies": {
"@apify/docusaurus-plugin-typedoc-api": "^4.3.6",
"@apify/docusaurus-plugin-typedoc-api": "^4.3.12",
"@apify/utilities": "^2.8.0",
"@docusaurus/core": "^3.5.2",
"@docusaurus/mdx-loader": "^3.5.2",
"@docusaurus/plugin-client-redirects": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@docusaurus/theme-mermaid": "^3.5.2",
"@docusaurus/core": "^3.7.0",
"@docusaurus/mdx-loader": "^3.7.0",
"@docusaurus/plugin-client-redirects": "^3.7.0",
"@docusaurus/preset-classic": "^3.7.0",
"@docusaurus/theme-mermaid": "^3.7.0",
"@giscus/react": "^3.0.0",
"@mdx-js/react": "^3.0.1",
"axios": "^1.5.0",
Expand All @@ -52,8 +52,8 @@
"process": "^0.11.10",
"prop-types": "^15.8.1",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-lite-youtube-embed": "^2.3.52",
"stream-browserify": "^3.0.0",
"unist-util-visit": "^5.0.0"
Expand Down
3 changes: 0 additions & 3 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,3 @@ div[class^=announcementBar_] button {
font-size: 16px;
}

.tsd-api-options {
display: none;
}
Loading

0 comments on commit 2857999

Please sign in to comment.