From bcb14821d519da87bf688fcf94d2b623fadf52d4 Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Fri, 11 Nov 2016 00:47:29 -0800 Subject: [PATCH] Update not_edited_here.yaml --- _data/not_edited_here.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/_data/not_edited_here.yaml b/_data/not_edited_here.yaml index 5ab551f0dc..c4819bb262 100644 --- a/_data/not_edited_here.yaml +++ b/_data/not_edited_here.yaml @@ -11,29 +11,29 @@ # Make sure directories have the trailing slash, keep the list alphabetical overrides: -- path: apidocs/ +- path: /apidocs/ description: "Auto-generated API docs for Docker Cloud, DTR, UCP. File an issue." -- path: engine/deprecated.md +- path: /engine/deprecated.md description: Docker Engine deprecation reference source: https://github.com/docker/docker/tree/master/docs/deprecated.md -- path: engine/extend/ +- path: /engine/extend/ description: References for Docker Engine plugin system source: https://github.com/docker/docker/tree/master/docs/extend/ -- path: engine/reference/ +- path: /engine/reference/ description: Docker Engine CLI and API references source: https://github.com/docker/docker/tree/master/docs/reference/ -- path: notary/reference/ +- path: /notary/reference/ description: Reference docs for Docker Notary source: https://github.com/docker/notary/tree/master/docs/reference/ -- path: registry/configuration.md +- path: /registry/configuration/ description: Reference docs for configuring Docker Registry source: https://github.com/docker/distribution/tree/master/docs/configuration.md -- path: registry/spec/ +- path: /registry/spec/ description: Docker Registry API references source: https://github.com/docker/distribution/tree/master/docs/spec/