Skip to content

Commit

Permalink
Bump open-api-plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
melindafekete committed Oct 18, 2024
1 parent bb22210 commit a7e5b3c
Show file tree
Hide file tree
Showing 5 changed files with 4,744 additions and 265 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ frontend/src/openapi/apis
frontend/src/openapi/index.ts

# Generated docs
website/docs/reference/api/**/sidebar.js
website/docs/reference/api/**/sidebar.ts
website/docs/reference/api/**/**.info.mdx
website/docs/generated
reports/jest-junit.xml
Expand Down
2 changes: 1 addition & 1 deletion website/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ yarn-debug.log*
yarn-error.log*

# OpenAPI docusaurus generated stuff
docs/reference/api/**/sidebar.js
docs/reference/api/**/sidebar.ts
*.api.mdx
*.tag.mdx

Expand Down
5 changes: 3 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@mdx-js/react": "1.6.22",
"@svgr/webpack": "8.1.0",
"browserslist": "^4.16.5",
"docusaurus-plugin-openapi-docs": "2.0.0-beta.3",
"docusaurus-plugin-openapi-docs": "4.1.0",
"docusaurus-plugin-remote-content": "^3.1.0",
"docusaurus-theme-openapi-docs": "2.0.0-beta.2",
"git-url-parse": "^14.0.0",
Expand All @@ -53,7 +53,8 @@
"decode-uri-component": "^0.4.0",
"qs": "^6.9.7",
"ws": "^8.18.0",
"semver": "^7.5.3"
"semver": "^7.5.3",
"joi": "17.13.3"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ module.exports = {
slug: '/reference/api/unleash',
},
items: [
require('./docs/reference/api/unleash/sidebar.js'),
require('./docs/reference/api/unleash/sidebar.ts'),
{
'System API': [
'reference/api/legacy/unleash/internal/prometheus',
Expand Down
Loading

0 comments on commit a7e5b3c

Please sign in to comment.