Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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)