Skip to content

Commit c69c0b5

Browse files
authored
[docker-hub-api] add list namespace repositories endpoint (#22934)
<!--Delete sections as needed --> ## Description - Add "new" list repositories in a given namespace endpoint : `GET /v2/namespaces/{namespace}/repositories` --- After the comments from @thaJeztah - Split DVP Data API and Docker Hub API for better visiblity - Standardize sub entries in the side menu : Changelog, Deprecated and OpenAPI - Deprecated is now a table like in https://docs.docker.com/engine/deprecated/ ## Related issues or tickets - docker/hub-feedback#2357 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [x] Technical review - [ ] Editorial review - [ ] Product review
1 parent cb1ca3c commit c69c0b5

File tree

13 files changed

+1141
-744
lines changed

13 files changed

+1141
-744
lines changed

content/manuals/docker-hub/repos/manage/trusted-content/insights-analytics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You can download extension CSV reports from the **Insights and analytics** dashb
6161
## Exporting analytics data
6262

6363
You can export the analytics data either from the web dashboard, or using the
64-
[DVP Data API](/reference/api/hub/dvp.md). All members of an organization have access to the analytics data.
64+
[DVP Data API](/reference/api/dvp/latest.md). All members of an organization have access to the analytics data.
6565

6666
The data is available as a downloadable CSV file, in a weekly (Monday through
6767
Sunday) or monthly format. Monthly data is available from the first day of the
@@ -89,7 +89,7 @@ Export usage data for your organization's images using the Docker Hub website by
8989

9090
The HTTP API endpoints are available at:
9191
`https://hub.docker.com/api/publisher/analytics/v1`. Learn how to export data
92-
using the API in the [DVP Data API documentation](/reference/api/hub/dvp.md).
92+
using the API in the [DVP Data API documentation](/reference/api/dvp/latest.md).
9393

9494
## Data points
9595

content/reference/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ params:
4141
- title: DVP Data API
4242
description: API for Docker Verified Publishers to fetch analytics data.
4343
icon: area_chart
44-
link: /reference/api/hub/dvp/
44+
link: /reference/api/dvp/latest/
4545
- title: Registry API
4646
description: API for Docker Registry.
4747
icon: database

content/reference/api/dvp/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: DVP Data API
3+
build:
4+
render: never
5+
---
6+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
description: Docker Verified Publisher API changelog
3+
title: Docker Verified Publisher API changelog
4+
linkTitle: Changelog
5+
keywords: docker dvp, dvp, whats new, release notes, api, changelog
6+
weight: 2
7+
toc_min: 1
8+
toc_max: 2
9+
---
10+
11+
Here you can learn about the latest changes, new features, bug fixes, and known
12+
issues for Docker Verified Publisher API.
13+
14+
---
15+
16+
## 2025-06-27
17+
18+
### New
19+
20+
- Create changelog
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
description: Deprecated Docker Verified Publisher API endpoints
3+
keywords: deprecated
4+
title: Deprecated Docker Verified Publisher API endpoints
5+
linkTitle: Deprecated
6+
weight: 3
7+
---
8+
9+
This page provides an overview of endpoints that are deprecated in Docker Verified Publisher API.
10+
11+
## Endpoint deprecation policy
12+
13+
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.
14+
15+
## Deprecated endpoints
16+
17+
The following table provides an overview of the current status of deprecated endpoints:
18+
19+
**Deprecated**: the endpoint is marked "deprecated" and should no longer be used.
20+
21+
The endpoint may be removed, disabled, or change behavior in a future release.
22+
23+
**Removed**: the endpoint was removed, disabled, or hidden.
24+
25+
---
26+
27+
| Status | Feature | Date |
28+
|--------|---------------------------------------------------------------|------------|
29+
| | [Create deprecation log table](#create-deprecation-log-table) | 2025-06-27 |
30+
31+
---
32+
33+
### Create deprecation log table
34+
35+
Reformat page
36+
37+
---
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
layout: api
33
description: Reference documentation and Swagger (OpenAPI) specification for the Docker Verified Publisher API.
4-
linkTitle: DVP Data API
54
title: Docker Verified Publisher API reference
6-
weight: 4
5+
linkTitle: Latest
6+
weight: 1
7+
aliases:
8+
- /reference/api/hub/dvp/
79
---

0 commit comments

Comments
 (0)