Browse code

Fixing a few links in registry

Signed-off-by: Mary Anthony <mary@docker.com>

Mary Anthony authored on 2015/04/22 10:36:37
Showing 2 changed files
... ...
@@ -49,6 +49,12 @@ ADD https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs
49 49
 ADD https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs/spec/api.md \
50 50
     https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs/spec/json.md \
51 51
   /docs/sources/registry/spec/
52
+  
53
+ADD https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs/storage-drivers/s3.md \
54
+    https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs/storage-drivers/azure.md \
55
+    https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs/storage-drivers/filesystem.md \
56
+    https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs/storage-drivers/inmemory.md \
57
+  /docs/sources/registry/storage-drivers/
52 58
 
53 59
 ADD https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs/spec/auth/token.md /docs/sources/registry/spec/auth/token.md
54 60
 
... ...
@@ -171,6 +171,12 @@ pages:
171 171
 - ['reference/api/remote_api_client_libraries.md', 'Reference', 'Docker Remote API Client Libraries']
172 172
 - ['reference/api/docker_io_accounts_api.md', 'Reference', 'Docker Hub Accounts API']
173 173
 
174
+# Hidden registry files
175
+- ['registry/storage-drivers/azure.md', '**HIDDEN**' ]
176
+- ['registry/storage-drivers/filesystem.md', '**HIDDEN**' ]
177
+- ['registry/storage-drivers/inmemory.md', '**HIDDEN**' ]
178
+- ['registry/storage-drivers/s3.md', '**HIDDEN**' ]
179
+
174 180
 - ['jsearch.md', '**HIDDEN**']
175 181
 
176 182
 # - ['static_files/README.md', 'static_files', 'README']
... ...
@@ -184,6 +190,8 @@ pages:
184 184
 - ['terms/image.md', '**HIDDEN**']
185 185
 
186 186
 
187
+
188
+
187 189
 # Project:
188 190
 - ['project/index.md', '**HIDDEN**']
189 191
 - ['project/who-written-for.md', 'Contributor Guide', 'README first']