mirror of https://github.com/docker/docs.git
Add resources section and new link to postman collection (#13686)
* feat: Add resources section and new link to postman collection * chore: make description lower * chore: change to semi
This commit is contained in:
parent
139147973e
commit
d9f2254d9a
|
@ -22,6 +22,13 @@ info:
|
|||
Browse through the Docker Hub API documentation to explore the supported endpoints.
|
||||
|
||||
tags:
|
||||
- name: resources
|
||||
x-displayName: Resources
|
||||
description: |
|
||||
The following resources are available to interact with the documented API:
|
||||
|
||||
- <a href="https://github.com/docker/hub-tool#readme" target="_blank">Docker Hub CLI tool</a> (currently experimental)
|
||||
- <a href="https://www.postman.com/devrel/workspace/docker-hub/collection/13191452-7d2f1375-9705-4db6-a47b-8235286e58a1" target="_blank">Postman Collection</a> (built by the Postman team)
|
||||
- name: rate-limiting
|
||||
x-displayName: Rate Limiting
|
||||
description: |
|
||||
|
@ -91,6 +98,7 @@ tags:
|
|||
x-tagGroups:
|
||||
- name: General
|
||||
tags:
|
||||
- resources
|
||||
- rate-limiting
|
||||
- name: API
|
||||
tags:
|
||||
|
|
Loading…
Reference in New Issue