summaryrefslogtreecommitdiff
path: root/doc/development/README.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-30 15:09:15 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-30 15:09:15 +0000
commit536aa3a1f4b96abc4ca34489bf2cbe503afcded7 (patch)
tree88d08f7dfa29a32d6526773c4fe0fefd9f2bc7d1 /doc/development/README.md
parent50ae4065530c4eafbeb7c5ff2c462c48c02947ca (diff)
downloadgitlab-ce-536aa3a1f4b96abc4ca34489bf2cbe503afcded7.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/README.md')
-rw-r--r--doc/development/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index 84d4fb5519f..f94da66085b 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -134,7 +134,6 @@ Complementary reads:
- [Verifying database capabilities](verifying_database_capabilities.md)
- [Database Debugging and Troubleshooting](database_debugging.md)
- [Query Count Limits](query_count_limits.md)
-- [Database helper modules](database_helpers.md)
- [Code comments](code_comments.md)
- [Creating enums](creating_enums.md)
- [Renaming features](renaming_features.md)
@@ -191,6 +190,10 @@ Complementary reads:
- [Shell scripting standards and style guidelines](shell_scripting_guide/index.md)
+## Domain-specific guides
+
+- [CI/CD development documentation](cicd/index.md)
+
## Other Development guides
- [Defining relations between files using projections](projections.md)