mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
* feat(hub-api): Add access tokens API documentation. Also added improvements including - improvements to slugs (ids) using standard swagger naming conventions - rate limiting section - minor verbiage changes to existing docs for clarity * chore(hub-api): Update PAT description on scopes * ref(hub-api): Remove periods * feat(hub-api): Add suggested note on limits * ref(hub-api): Improve styling for hub-api docs * chore(hub-api): Update verbiage * Update docker-hub/api/latest.yaml Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> * chore(hub-api): Update access token verbiage Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
23 lines
1.2 KiB
HTML
23 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Docker Hub API {{ page.name | replace: '.md' }} Reference</title>
|
|
<!-- needed for adaptive design -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="description" content="Reference documentation and Swagger (OpenAPI) specification for the v{{ page.name | replace: '.md' }} version of the API served by Docker Hub." />
|
|
<meta charset="utf-8" />
|
|
<!-- favicon -->
|
|
<meta name="msapplication-TileImage" content="/favicons/docs@2x.ico" />
|
|
<meta property="og:image" content="/favicons/docs@2x.ico" />
|
|
<link rel="apple-touch-icon" type="image/x-icon" href="/favicons/docs@2x.ico" sizes="129x128" />
|
|
<link rel="icon" type="image/x-icon" href="/favicons/docs@2x.ico" sizes="129x128" />
|
|
<link rel="stylesheet" type="text/css" href="/css/api-reference.css" />
|
|
<!-- make the latest API version the canonical page as that's what we want users to be using mostly -->
|
|
<link rel="canonical" href="https://docs.docker.com/docker-hub/api/latest/" />
|
|
</head>
|
|
<body>
|
|
<redoc spec-url="/docker-hub/api/{{ page.name | replace: '.md'}}.yaml" hide-hostname="false" suppress-warnings="false" class="hub-api"></redoc>
|
|
<script src="/js/redoc.min.js"></script>
|
|
</body>
|
|
</html>
|