Merge pull request #1234 from SvenDowideit/linkchecker-fixes

Small doc fixes found by the linkchecker
This commit is contained in:
Sven Dowideit 2015-12-05 09:30:58 +10:00
commit 226d8c4f07
5 changed files with 18 additions and 2 deletions

View file

@ -3,6 +3,7 @@
title = "HTTP API V2"
description = "Specification for the Registry API."
keywords = ["registry, on-prem, images, tags, repository, distribution, api, advanced"]
aliases = ["/registry/spec/"]
[menu.main]
parent="smn_registry_ref"
+++

14
docs/spec/auth/index.md Normal file
View file

@ -0,0 +1,14 @@
<!--[metadata]>
+++
title = "Docker Regidtry Token Authentication"
description = "Docker Registry v2 authentication schema"
keywords = ["registry, on-prem, images, tags, repository, distribution, authentication, advanced"]
[menu.main]
parent="smn_registry_ref"
+++
<![end-metadata]-->
# Docker Registry v2 authentication
See the [Token Authentication Specification](token.md) and
[Token Authentication Implementation](jwt.md) for more information.