summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrique Alcántara <ealcantara@gitlab.com>2019-05-17 13:36:07 +0000
committerEnrique Alcántara <ealcantara@gitlab.com>2019-05-17 13:36:07 +0000
commit2652770f5a43b3883cc73071c43b03b1275da257 (patch)
treeb2a27bcb70c48fbe0e05ce36817f63534e1c3480
parent941f37e9939e21b8a7b669f71be4b0422e673dba (diff)
downloadgitlab-ce-docs-ealcantara-link-gdk-autodevops-guides.tar.gz
Add links to GDK autodevops and runner guides docs-ealcantara-link-gdk-autodevops-guides
-rw-r--r--doc/development/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index cfbbd5aaeaa..2ff38d68a47 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -137,3 +137,8 @@ description: 'Learn how to contribute to GitLab.'
## Go guides
- [Go Guidelines](go_guide/index.md)
+
+## Other GitLab Development Kit (GDK) 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)
+- [Using GitLab Runner with GDK](https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/howto/runner.md)