From 51be30beb11fe3c0b03ae24d999d6ba7fff159e0 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Tue, 14 Jun 2016 04:22:17 +0000 Subject: [PATCH] Move the building.md doc to the top of the git repo Closes #1776 Signed-off-by: Sven Dowideit --- docs/recipes/building.md => BUILDING.md | 9 --------- docs/recipes/index.md | 1 - docs/recipes/menu.md | 1 - 3 files changed, 11 deletions(-) rename docs/recipes/building.md => BUILDING.md (94%) diff --git a/docs/recipes/building.md b/BUILDING.md similarity index 94% rename from docs/recipes/building.md rename to BUILDING.md index 4d67593a..d9577022 100644 --- a/docs/recipes/building.md +++ b/BUILDING.md @@ -1,12 +1,3 @@ - # Building the registry source diff --git a/docs/recipes/index.md b/docs/recipes/index.md index df74ca2b..b4dd6367 100644 --- a/docs/recipes/index.md +++ b/docs/recipes/index.md @@ -34,5 +34,4 @@ At this point, it's assumed that: * [using Apache as an authenticating proxy](apache.md) * [using Nginx as an authenticating proxy](nginx.md) * [running a Registry on OS X](osx-setup-guide.md) - * [hacking the registry: build instructions](building.md) * [mirror the Docker Hub](mirror.md) diff --git a/docs/recipes/menu.md b/docs/recipes/menu.md index 5fdbec5b..b79c1b30 100644 --- a/docs/recipes/menu.md +++ b/docs/recipes/menu.md @@ -18,5 +18,4 @@ weight=6 * [using Apache as an authenticating proxy](apache.md) * [using Nginx as an authenticating proxy](nginx.md) * [running a Registry on OS X](osx-setup-guide.md) - * [hacking the registry: build instructions](building.md) * [mirror the Docker Hub](mirror.md)