New navigation for 1.10
Capturing Olivier's comments Signed-off-by: Mary Anthony <mary@docker.com>master
							parent
							
								
									74c4a0e3e3
								
							
						
					
					
						commit
						01bb31fc42
					
				| 
						 | 
					@ -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).
 | 
				
			||||||
 
 | 
					 | 
				
			||||||
| 
						 | 
					@ -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)
 | 
				
			||||||
| 
						 | 
					@ -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]-->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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 New Issue