From 01bb31fc428afff3e64f418b635df721ec611abf Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Thu, 28 Jan 2016 04:57:31 -0800 Subject: [PATCH] New navigation for 1.10 Capturing Olivier's comments Signed-off-by: Mary Anthony --- docs/index.md | 6 +++--- docs/overview.md | 21 +++++++++++++++++++++ docs/recipes.md | 2 +- docs/spec/auth/index.md | 4 +--- docs/spec/index.md | 18 ++++++++++++++++++ 5 files changed, 44 insertions(+), 7 deletions(-) create mode 100644 docs/overview.md create mode 100644 docs/spec/index.md diff --git a/docs/index.md b/docs/index.md index 6cd6769e6..42f36a5cf 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,10 +1,11 @@ @@ -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). - \ No newline at end of file diff --git a/docs/overview.md b/docs/overview.md new file mode 100644 index 000000000..d3532b62e --- /dev/null +++ b/docs/overview.md @@ -0,0 +1,21 @@ + + +# 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) diff --git a/docs/recipes.md b/docs/recipes.md index 0b4a4ab50..3335a4fa4 100644 --- a/docs/recipes.md +++ b/docs/recipes.md @@ -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) \ No newline at end of file + * [mirror the Docker Hub](mirror.md) diff --git a/docs/spec/auth/index.md b/docs/spec/auth/index.md index b0d312563..2d1740e88 100644 --- a/docs/spec/auth/index.md +++ b/docs/spec/auth/index.md @@ -1,10 +1,8 @@ diff --git a/docs/spec/index.md b/docs/spec/index.md new file mode 100644 index 000000000..dddaa5288 --- /dev/null +++ b/docs/spec/index.md @@ -0,0 +1,18 @@ + + +# Docker Registry Reference + +* [HTTP API V2](api.md) +* [Storage Driver](../storagedrivers.md) +* [Token Authentication Specification](auth/token.md) +* [Token Authentication Implementation](auth/jwt.md)