Skip to content

Commit

Permalink
feat: publish the new openapi docs on /api/v2 and move apiary docs …
Browse files Browse the repository at this point in the history
…to `/api/v2-old` (#1091)
  • Loading branch information
B4nan authored Jul 9, 2024
1 parent 6176b77 commit 8b8c4b4
Show file tree
Hide file tree
Showing 4 changed files with 358 additions and 214 deletions.
4 changes: 4 additions & 0 deletions apify-docs-theme/src/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1563,3 +1563,7 @@ html[data-theme='dark'] .runnable-code-block svg .apify-logo {
position: sticky;
left: var(--ifm-pre-padding);
}

.redocusaurus table code {
word-break: normal;
}
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ module.exports = {
specs: [
{
spec: 'node_modules/@apify/openapi/openapi.yaml',
route: '/api/v2-new/',
route: '/api/v2/',
},
],
theme: {
Expand Down
Loading

0 comments on commit 8b8c4b4

Please sign in to comment.