From 12837ac681825e44f2e069a8ca160c445a5791b1 Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Wed, 10 Jan 2018 11:39:56 -0800 Subject: [PATCH] Add repo creation on push (#407) --- _data/toc.yaml | 2 ++ .../admin/configure/allow-creation-on-push.md | 2 +- .../2.5}/guides/images/create-on-push-1.png | Bin 3 files changed, 3 insertions(+), 1 deletion(-) rename datacenter/{ucp/3.0 => dtr/2.5}/guides/images/create-on-push-1.png (100%) diff --git a/_data/toc.yaml b/_data/toc.yaml index 502d64907d..3a6c7e491c 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -2349,6 +2349,8 @@ manuals: title: Chain multiple caches - path: /datacenter/dtr/2.5/guides/admin/configure/garbage-collection/ title: Garbage collection + - title: Allow users to create repositories when pushing + path: /datacenter/dtr/2.5/guides/admin/configure/allow-creation-on-push/ - path: /datacenter/dtr/2.5/guides/admin/configure/use-a-web-proxy/ title: Use a web proxy - sectiontitle: Manage users diff --git a/datacenter/dtr/2.5/guides/admin/configure/allow-creation-on-push.md b/datacenter/dtr/2.5/guides/admin/configure/allow-creation-on-push.md index 234f5405fc..b0d743216c 100644 --- a/datacenter/dtr/2.5/guides/admin/configure/allow-creation-on-push.md +++ b/datacenter/dtr/2.5/guides/admin/configure/allow-creation-on-push.md @@ -22,7 +22,7 @@ You can configure DTR to allow pushing to repositories that don't exist yet. As an administrator, log into the **DTR web UI**, navigate to the **Settings** page, and enable **Create repository on push**. -![DTR settings page](images/create-on-push-1.png){: .with-border} +![DTR settings page](../../images/create-on-push-1.png){: .with-border} From now on, when a user pushes to their personal sandbox (`/`), or if the user is an administrator for the diff --git a/datacenter/ucp/3.0/guides/images/create-on-push-1.png b/datacenter/dtr/2.5/guides/images/create-on-push-1.png similarity index 100% rename from datacenter/ucp/3.0/guides/images/create-on-push-1.png rename to datacenter/dtr/2.5/guides/images/create-on-push-1.png