Skip to content

Commit 31209ce

Browse files
committed
fixup! review
1 parent bb7670c commit 31209ce

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

content/reference/api/dvp/deprecated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This page provides an overview of endpoints that are deprecated in Docker Verifi
1212

1313
As changes are made to Docker there may be times when existing endpoints need to be removed or replaced with newer endpoints. Before an existing endpoint is removed it is labeled as "deprecated" within the documentation. After some time it may be removed.
1414

15-
## Deprecated engine endpoints
15+
## Deprecated endpoints
1616

1717
The following table provides an overview of the current status of deprecated endpoints:
1818

content/reference/api/dvp/latest.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
layout: api
33
description: Reference documentation and Swagger (OpenAPI) specification for the Docker Verified Publisher API.
4-
title: OpenAPI
4+
title: Docker Verified Publisher API reference
5+
linkTitle: OpenAPI
56
weight: 3
7+
aliases:
8+
- /reference/api/hub/dvp/
69
---

content/reference/api/hub/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ keywords: docker hub, hub, whats new, release notes, api, changelog
66
weight: 1
77
toc_min: 1
88
toc_max: 2
9+
aliases:
10+
- /reference/api/hub/latest-changelog/
911
---
1012

1113
Here you can learn about the latest changes, new features, bug fixes, and known

content/reference/api/hub/deprecated.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ keywords: deprecated
44
title: Deprecated Docker Hub API endpoints
55
linkTitle: Deprecated
66
weight: 2
7+
aliases:
8+
- /docker-hub/api/deprecated/
79
---
810

911
This page provides an overview of endpoints that are deprecated in Docker Hub API.
@@ -12,7 +14,7 @@ This page provides an overview of endpoints that are deprecated in Docker Hub AP
1214

1315
As changes are made to Docker there may be times when existing endpoints need to be removed or replaced with newer endpoints. Before an existing endpoint is removed it is labeled as "deprecated" within the documentation. After some time it may be removed.
1416

15-
## Deprecated engine endpoints
17+
## Deprecated endpoints
1618

1719
The following table provides an overview of the current status of deprecated endpoints:
1820

@@ -46,7 +48,7 @@ Reformat page
4648

4749
### Docker Hub API v1 deprecation
4850

49-
Docker Hub API v1 has been deprecated. Please use Docker Hub API v2 instead.
51+
Docker Hub API v1 has been deprecated. Use Docker Hub API v2 instead.
5052

5153
The following API routes within the v1 path will no longer work and will return a 410 status code:
5254
* `/v1/repositories/{name}/images`

content/reference/api/hub/dvp.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
outputs:
3+
- redirect
4+
url: /reference/api/dvp/latest.yaml
5+
---

content/reference/api/hub/latest.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: api
33
description: Reference documentation and Swagger (OpenAPI) specification for the Docker Hub API.
4-
title: OpenAPI
4+
title: Docker Hub API reference
5+
linkTitle: OpenAPI
56
weight: 3
67
---

0 commit comments

Comments
 (0)