Skip to content

Commit

Permalink
Small doc fixes found by the linkchecker
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Dowideit <[email protected]>
  • Loading branch information
SvenDowideit committed Dec 3, 2015
1 parent b66bb12 commit 7d0d948
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/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/opensource/trunk/docs /docs/content
RUN svn checkout https://github.com/docker/opensource/trunk/docs /docs/content/opensource

ENV PROJECT=registry

Expand Down
2 changes: 1 addition & 1 deletion docs/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- 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/).
1 change: 1 addition & 0 deletions docs/spec/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
+++
Expand Down
14 changes: 14 additions & 0 deletions docs/spec/auth/index.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions docs/storagedrivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
title = "Storage Drivers"
description = "Explains how to use storage drivers"
keywords = ["registry, on-prem, images, tags, repository, distribution, storage drivers, advanced"]
aliases = ["/registry/storage-drivers/"]
[menu.main]
parent="smn_registry_ref"
+++
Expand Down

0 comments on commit 7d0d948

Please sign in to comment.