diff options
author | Ryan Cobb <rcobb@gitlab.com> | 2019-05-20 13:12:12 -0600 |
---|---|---|
committer | Ryan Cobb <rcobb@gitlab.com> | 2019-05-20 13:12:12 -0600 |
commit | 06c3a4b733613dba33ae36ad99d977103f0843aa (patch) | |
tree | b2cc0966aa52b53d8bfcfb211d44d0ef9f0ed5ef /doc/development/README.md | |
parent | 618dd80c7d8ebcdb573977780f29bf1475efa4f2 (diff) | |
parent | bdc2eb33e160006cd34128e391becff86a3bc060 (diff) | |
download | gitlab-ce-61964-sys-proctable-performance.tar.gz |
Merge branch 'master' into 61964-sys-proctable-performance61964-sys-proctable-performance
Diffstat (limited to 'doc/development/README.md')
-rw-r--r-- | doc/development/README.md | 5 |
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) |