Merge pull request #1398 from moxiegirl/new-navigation-1.10
New navigation for 1.10
This commit is contained in:
commit
f2164294f7
5 changed files with 44 additions and 7 deletions
|
@ -1,10 +1,11 @@
|
||||||
<!--[metadata]>
|
<!--[metadata]>
|
||||||
+++
|
+++
|
||||||
title = "Docker Registry"
|
title = "Registry"
|
||||||
description = "High-level overview of the Registry"
|
description = "High-level overview of the Registry"
|
||||||
keywords = ["registry, on-prem, images, tags, repository, distribution"]
|
keywords = ["registry, on-prem, images, tags, repository, distribution"]
|
||||||
[menu.main]
|
[menu.main]
|
||||||
parent="smn_registry"
|
identifier="smn_registry"
|
||||||
|
parent="mn_components"
|
||||||
+++
|
+++
|
||||||
<![end-metadata]-->
|
<![end-metadata]-->
|
||||||
|
|
||||||
|
@ -63,4 +64,3 @@ Now stop your registry and remove all data
|
||||||
## Next
|
## Next
|
||||||
|
|
||||||
You should now read the [detailed introduction about the registry](introduction.md), or jump directly to [deployment instructions](deploying.md).
|
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
21
docs/overview.md
Normal 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)
|
|
@ -32,4 +32,4 @@ At this point, it's assumed that:
|
||||||
* [using Nginx as an authenticating proxy](nginx.md)
|
* [using Nginx as an authenticating proxy](nginx.md)
|
||||||
* [running a Registry on OS X](osx-setup-guide.md)
|
* [running a Registry on OS X](osx-setup-guide.md)
|
||||||
* [hacking the registry: build instructions](building.md)
|
* [hacking the registry: build instructions](building.md)
|
||||||
* [mirror the Docker Hub](mirror.md)
|
* [mirror the Docker Hub](mirror.md)
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
<!--[metadata]>
|
<!--[metadata]>
|
||||||
+++
|
+++
|
||||||
title = "Docker Regidtry Token Authentication"
|
title = "Docker Registry Token Authentication"
|
||||||
description = "Docker Registry v2 authentication schema"
|
description = "Docker Registry v2 authentication schema"
|
||||||
keywords = ["registry, on-prem, images, tags, repository, distribution, authentication, advanced"]
|
keywords = ["registry, on-prem, images, tags, repository, distribution, authentication, advanced"]
|
||||||
[menu.main]
|
|
||||||
parent="smn_registry_ref"
|
|
||||||
+++
|
+++
|
||||||
<![end-metadata]-->
|
<![end-metadata]-->
|
||||||
|
|
||||||
|
|
18
docs/spec/index.md
Normal file
18
docs/spec/index.md
Normal 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)
|
Loading…
Reference in a new issue