New navigation for 1.10

Capturing Olivier's comments

Signed-off-by: Mary Anthony <mary@docker.com>
pull/1398/head
Mary Anthony 2016-01-28 04:57:31 -08:00
parent 74c4a0e3e3
commit 01bb31fc42
5 changed files with 44 additions and 7 deletions

View File

@ -1,10 +1,11 @@
<!--[metadata]>
+++
title = "Docker Registry"
title = "Registry"
description = "High-level overview of the Registry"
keywords = ["registry, on-prem, images, tags, repository, distribution"]
[menu.main]
parent="smn_registry"
identifier="smn_registry"
parent="mn_components"
+++
<![end-metadata]-->
@ -63,4 +64,3 @@ Now stop your registry and remove all data
## Next
You should now read the [detailed introduction about the registry](introduction.md), or jump directly to [deployment instructions](deploying.md).

21
docs/overview.md 100644
View File

@ -0,0 +1,21 @@
<!--[metadata]>
+++
title = "Registry Overview"
description = "High-level overview of the Registry"
keywords = ["registry, on-prem, images, tags, repository, distribution"]
[menu.main]
parent="smn_registry"
+++
<![end-metadata]-->
# Overview of Docker Registry Documentation
The Docker Registry documentation includes the following topics:
* [Docker Registry Introduction](index.md)
* [Understanding the Registry](introduction.md)
* [Deploying a registry server](deploying.md)
* [Registry Configuration Reference](configuration.md)
* [Notifications](notifications.md)
* [Recipes](recipes.md)
* [Getting help](help.md)

View File

@ -32,4 +32,4 @@ At this point, it's assumed that:
* [using Nginx as an authenticating proxy](nginx.md)
* [running a Registry on OS X](osx-setup-guide.md)
* [hacking the registry: build instructions](building.md)
* [mirror the Docker Hub](mirror.md)
* [mirror the Docker Hub](mirror.md)

View File

@ -1,10 +1,8 @@
<!--[metadata]>
+++
title = "Docker Regidtry Token Authentication"
title = "Docker Registry 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]-->

18
docs/spec/index.md 100644
View File

@ -0,0 +1,18 @@
<!--[metadata]>
+++
title = "Reference"
description = "Explains registry JSON objects"
keywords = ["registry, service, images, repository, json"]
[menu.main]
identifier="smn_registry_ref"
parent="smn_registry"
weight=7
+++
<![end-metadata]-->
# Docker Registry Reference
* [HTTP API V2](api.md)
* [Storage Driver](../storagedrivers.md)
* [Token Authentication Specification](auth/token.md)
* [Token Authentication Implementation](auth/jwt.md)