From 54ff1dcb829e67d62dd4686bdc19522d63c3e0d3 Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Tue, 21 Apr 2015 18:36:37 -0700 Subject: [PATCH] Fixing a few links in registry Signed-off-by: Mary Anthony --- docs/Dockerfile | 6 ++++++ docs/mkdocs.yml | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/docs/Dockerfile b/docs/Dockerfile index 91cf52bc10..e30d4bbd54 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -49,6 +49,12 @@ ADD https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs ADD https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs/spec/api.md \ https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs/spec/json.md \ /docs/sources/registry/spec/ + +ADD https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs/storage-drivers/s3.md \ + https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs/storage-drivers/azure.md \ + https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs/storage-drivers/filesystem.md \ + https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs/storage-drivers/inmemory.md \ + /docs/sources/registry/storage-drivers/ ADD https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs/spec/auth/token.md /docs/sources/registry/spec/auth/token.md diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 49c9b80b77..5479bb59ac 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -171,6 +171,12 @@ pages: - ['reference/api/remote_api_client_libraries.md', 'Reference', 'Docker Remote API Client Libraries'] - ['reference/api/docker_io_accounts_api.md', 'Reference', 'Docker Hub Accounts API'] +# Hidden registry files +- ['registry/storage-drivers/azure.md', '**HIDDEN**' ] +- ['registry/storage-drivers/filesystem.md', '**HIDDEN**' ] +- ['registry/storage-drivers/inmemory.md', '**HIDDEN**' ] +- ['registry/storage-drivers/s3.md', '**HIDDEN**' ] + - ['jsearch.md', '**HIDDEN**'] # - ['static_files/README.md', 'static_files', 'README'] @@ -184,6 +190,8 @@ pages: - ['terms/image.md', '**HIDDEN**'] + + # Project: - ['project/index.md', '**HIDDEN**'] - ['project/who-written-for.md', 'Contributor Guide', 'README first']