summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrique Alcántara <ealcantara@gitlab.com>2019-05-17 14:37:53 +0000
committerEnrique Alcántara <ealcantara@gitlab.com>2019-05-17 14:37:53 +0000
commit32bb67dd90865a7aa2add47aa78790af9dc75344 (patch)
treebf7484b6fa277691ff5314a1db2b86c707119709
parent2652770f5a43b3883cc73071c43b03b1275da257 (diff)
downloadgitlab-ce-ealcantara-link-gdk-autodevops-guides.tar.gz
Add link to GDK autodevops guide to autodevops docealcantara-link-gdk-autodevops-guides
-rw-r--r--doc/topics/autodevops/index.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index 2884458a44c..40547985ba5 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -1099,3 +1099,7 @@ curl --data "value=true" --header "PRIVATE-TOKEN: personal_access_token" https:/
[ee]: https://about.gitlab.com/pricing/
[ce-21955]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21955
[ce-19507]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19507
+
+### Development guides
+
+- [Run full Auto DevOps cycle in a GDK instance](https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/howto/auto_devops.md)