Skip to content

Commit c73b618

Browse files
authored
fix: ensure correct position of old anchors in API docs (#1287)
1 parent 68b2fbd commit c73b618

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

apify-docs-theme/src/theme/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,3 +1609,8 @@ iframe[src*="youtube"] {
16091609
height: auto;
16101610
margin-bottom: 1.6rem;
16111611
}
1612+
1613+
.redocusaurus div[data-section-id] span[id] {
1614+
margin-top: -130px;
1615+
position: absolute;
1616+
}

sources/platform/storage/dataset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If you are accessing your datasets using the `username~store-name` [store ID for
5757

5858
> When providing your API authentication token, we recommend using the request's `Authorization` header, rather than the URL. ([More info](../integrations/programming/api.md#authentication)).
5959
60-
To retrieve a list of your datasets, send a GET request to the [Get list of datasets](/api/v2#/reference/datasets/get-list-of-datasets) endpoint.
60+
To retrieve a list of your datasets, send a GET request to the [Get list of datasets](/api/v2#/reference/datasets/dataset-collection/get-list-of-datasets) endpoint.
6161

6262
```text
6363
https://api.apify.com/v2/datasets

0 commit comments

Comments
 (0)