Merge pull request #1398 from moxiegirl/new-navigation-1.10

New navigation for 1.10
This commit is contained in:
Richard Scothern 2016-02-01 11:31:40 -08:00
commit f2164294f7
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 Normal file
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

@ -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 Normal file
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)