Small doc fixes found by the linkchecker
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
b66bb1287c
commit
7d0d94814b
5 changed files with 18 additions and 2 deletions
|
@ -7,7 +7,7 @@ RUN svn checkout https://github.com/docker/machine/trunk/docs /docs/content/mach
|
||||||
RUN svn checkout https://github.com/docker/distribution/trunk/docs /docs/content/registry
|
RUN svn checkout https://github.com/docker/distribution/trunk/docs /docs/content/registry
|
||||||
RUN svn checkout https://github.com/kitematic/kitematic/trunk/docs /docs/content/kitematic
|
RUN svn checkout https://github.com/kitematic/kitematic/trunk/docs /docs/content/kitematic
|
||||||
RUN svn checkout https://github.com/docker/tutorials/trunk/docs /docs/content/tutorials
|
RUN svn checkout https://github.com/docker/tutorials/trunk/docs /docs/content/tutorials
|
||||||
RUN svn checkout https://github.com/docker/opensource/trunk/docs /docs/content
|
RUN svn checkout https://github.com/docker/opensource/trunk/docs /docs/content/opensource
|
||||||
|
|
||||||
ENV PROJECT=registry
|
ENV PROJECT=registry
|
||||||
|
|
||||||
|
|
|
@ -21,4 +21,4 @@ If you want to report a bug:
|
||||||
- be sure to first read about [how to contribute](https://github.com/docker/distribution/blob/master/CONTRIBUTING.md)
|
- be sure to first read about [how to contribute](https://github.com/docker/distribution/blob/master/CONTRIBUTING.md)
|
||||||
- you can then do so on the [GitHub project bugtracker](https://github.com/docker/distribution/issues)
|
- you can then do so on the [GitHub project bugtracker](https://github.com/docker/distribution/issues)
|
||||||
|
|
||||||
You can also find out more about the Docker's project [Getting Help resources](https://docs.docker.com/project/get-help).
|
You can also find out more about the Docker's project [Getting Help resources](https://docs.docker.com/opensource/get-help/).
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
title = "HTTP API V2"
|
title = "HTTP API V2"
|
||||||
description = "Specification for the Registry API."
|
description = "Specification for the Registry API."
|
||||||
keywords = ["registry, on-prem, images, tags, repository, distribution, api, advanced"]
|
keywords = ["registry, on-prem, images, tags, repository, distribution, api, advanced"]
|
||||||
|
aliases = ["/registry/spec/"]
|
||||||
[menu.main]
|
[menu.main]
|
||||||
parent="smn_registry_ref"
|
parent="smn_registry_ref"
|
||||||
+++
|
+++
|
||||||
|
|
14
docs/spec/auth/index.md
Normal file
14
docs/spec/auth/index.md
Normal 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.
|
|
@ -3,6 +3,7 @@
|
||||||
title = "Storage Drivers"
|
title = "Storage Drivers"
|
||||||
description = "Explains how to use storage drivers"
|
description = "Explains how to use storage drivers"
|
||||||
keywords = ["registry, on-prem, images, tags, repository, distribution, storage drivers, advanced"]
|
keywords = ["registry, on-prem, images, tags, repository, distribution, storage drivers, advanced"]
|
||||||
|
aliases = ["/registry/storage-drivers/"]
|
||||||
[menu.main]
|
[menu.main]
|
||||||
parent="smn_registry_ref"
|
parent="smn_registry_ref"
|
||||||
+++
|
+++
|
||||||
|
|
Loading…
Reference in a new issue