Skip to content

Commit f46fe9e

Browse files
Add changelog with nav improvments
1 parent ce41c7b commit f46fe9e

File tree

5 files changed

+27
-0
lines changed

5 files changed

+27
-0
lines changed

content/reference/api/hub/deprecated.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: Docker Hub API v1 (deprecated)
33
keywords: kitematic, deprecated
44
title: Docker Hub API v1 (deprecated)
5+
weight: 3
56
aliases:
67
- /docker-hub/api/deprecated/
78
---

content/reference/api/hub/dvp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ layout: api
33
description: Reference documentation and Swagger (OpenAPI) specification for the Docker Verified Publisher API.
44
linkTitle: DVP Data API
55
title: Docker Verified Publisher API reference
6+
weight: 4
67
---
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
description: Docker Hub API Changelog
3+
keywords: hub, api, changelog
4+
title: Docker Hub API Changelog
5+
keywords: docker hub, whats new, release notes, api, changelog
6+
weight: 1
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 Service APIs.
13+
14+
## 2025-03-18
15+
16+
### New
17+
18+
- Add access to [audit logs](/reference/api/hub/latest/#tag/audit-logs) for org
19+
access tokens.

content/reference/api/hub/latest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ layout: api
33
description: Reference documentation and OpenAPI specification for the Docker Hub API.
44
title: Docker Hub API reference
55
linkTitle: Docker Hub API
6+
weight: 2
67
---

content/reference/api/hub/latest.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ servers:
2020
x-audience: public
2121
url: https://hub.docker.com
2222
tags:
23+
- name: changelog
24+
x-displayName: Changelog
25+
description: |
26+
Check out the [Changelog](/reference/api/hub/latest-changelog)!
2327
- name: resources
2428
x-displayName: Resources
2529
description: |
@@ -2997,6 +3001,7 @@ components:
29973001
x-tagGroups:
29983002
- name: General
29993003
tags:
3004+
- changelog
30003005
- resources
30013006
- rate-limiting
30023007
- authentication

0 commit comments

Comments
 (0)