mirror of https://github.com/docker/docs.git
				
				
				
			
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			YAML
		
	
	
	
# Files and directories here are not edited in the docker.github.io repo.
 | 
						|
# Instead, they are edited in the appropriate upstream repo and pulled
 | 
						|
# into this repo periodically, or they are automatically generated. The intent
 | 
						|
# is that if you submit a PR with changes to these files or directories, a CI
 | 
						|
# job will fail in the PR, indicating that it should not be merged. THIS IS NOT
 | 
						|
# YET IMPLEMENTED!! The PR reviewer should make sure no files here are in the PR.
 | 
						|
 | 
						|
# If you need to edit these files or directories, submit a PR in the repo and
 | 
						|
# directory listed in "source" below.
 | 
						|
 | 
						|
# Make sure directories have the trailing slash, keep the list alphabetical
 | 
						|
 | 
						|
- path: apidocs/
 | 
						|
  description: "Auto-generated API docs for Docker Cloud, DTR, UCP. File an issue."
 | 
						|
 | 
						|
- path: engine/deprecated.md
 | 
						|
  description: Docker Engine deprecation reference
 | 
						|
  source: https://github.com/docker/docker/docs/deprecated.md
 | 
						|
 | 
						|
- path: engine/extend/
 | 
						|
  description: References for Docker Engine plugin system
 | 
						|
  source: https://github.com/docker/docker/docs/extend/
 | 
						|
 | 
						|
- path: engine/reference/
 | 
						|
  description: Docker Engine CLI and API references
 | 
						|
  source: https://github.com/docker/docker/docs/reference/
 | 
						|
 | 
						|
- path: notary/reference/
 | 
						|
  description: Reference docs for Docker Notary
 | 
						|
  source: https://github.com/docker/notary/docs/reference/
 | 
						|
 | 
						|
- path: registry/configuration.md
 | 
						|
  description: Reference docs for configuring Docker Registry
 | 
						|
  source: https://github.com/docker/distribution/docs/configuration.md
 | 
						|
 | 
						|
- path: registry/spec/
 | 
						|
  description: Docker Registry API references
 | 
						|
  source: https://github.com/docker/distribution/docs/spec/
 |