Skip to content

Commit

Permalink
deprecation PoC
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Nov 29, 2024
1 parent 6259df1 commit 5fa2cfa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ get:
- Actors/Build object
summary: Get build
description: |
**[DEPRECATED]** API endpoints related to build of the Actor were moved
under new namespace [`actor-builds`](#/reference/actor-builds).Gets an object
that contains all the details about a specific build of an Actor.
By passing the optional `waitForFinish` parameter the API endpoint will
synchronously wait for the build to finish.
Expand Down Expand Up @@ -89,7 +84,10 @@ get:
inputSchema: '{\n \"title\": \"Schema for ... }'
readme: '# Magic Actor\nThis Actor is magic.'
buildNumber: 0.1.1
deprecated: false
deprecated: true
x-deprecated-description: 'API endpoints related to build of the Actor were moved
under new namespace [`actor-builds`](#/reference/actor-builds). Gets an object
that contains all the details about a specific build of an Actor.'
x-legacy-doc-urls:
- https://docs.apify.com/api/v2#/reference/actors/build-object/get-build
- https://docs.apify.com/api/v2#/reference/actors/get-build
6 changes: 6 additions & 0 deletions apify-docs-theme/src/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1676,6 +1676,12 @@ iframe[src*="youtube"] {
display: none !important;
}

.menu__list-item--deprecated > .menu__link,
.menu__list-item--deprecated > .menu__link:hover {
text-decoration: line-through;
text-decoration-thickness: 2px !important;
}

.api-method > .menu__link,
.schema > .menu__link {
align-items: center;
Expand Down

0 comments on commit 5fa2cfa

Please sign in to comment.