Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update openapi dependencies #1392

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apify-docs-theme/src/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1016,8 +1016,8 @@ aside li.section-header > .menu__list {
padding-left: 0;
}

.theme-doc-sidebar-menu li.section-header > ul > li .menu__list-item-collapsible:hover,
.theme-doc-sidebar-menu li.section-header > ul > li .menu__list-item-collapsible--active {
.theme-doc-sidebar-menu > li.section-header > ul > li.theme-doc-sidebar-item-category-level-2 > .menu__list-item-collapsible:hover,
.theme-doc-sidebar-menu > li.section-header > ul > li.theme-doc-sidebar-item-category-level-2 > .menu__list-item-collapsible--active {
background: inherit !important;
}

Expand Down
64 changes: 17 additions & 47 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"api:clean": "docusaurus clean-api-docs all",
"api:rebuild": "npm run api:clean && npm run api:generate",
"redoc:start": "redocly preview-docs",
"redoc:build": "redocly bundle -o apify-api",
"redoc:build": "redocly bundle apify-api/openapi/openapi.yaml -o apify-api",
"redoc:test": "redocly lint && npm run redoc:build",
"redoc:test2": "redocly lint && npm run redoc:build && bin/schemathesis",
"write-translations": "docusaurus write-translations",
Expand Down Expand Up @@ -75,11 +75,11 @@
"@docusaurus/utils": "3.6.3",
"@giscus/react": "^3.0.0",
"@mdx-js/react": "^3.0.1",
"@redocly/cli": "1.25.14",
"@redocly/cli": "^1.27.1",
"ajv": "^8.17.1",
"clsx": "^2.0.0",
"docusaurus-plugin-openapi-docs": "0.0.0-961",
"docusaurus-theme-openapi-docs": "0.0.0-961",
"docusaurus-plugin-openapi-docs": "^4.3.1",
"docusaurus-theme-openapi-docs": "^4.3.1",
"form-data": "^4.0.0",
"github-buttons": "^2.28.0",
"postcss-preset-env": "^10.0.0",
Expand Down
Loading