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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Gaskill <ngaskill@gitlab.com>2022-03-18 20:22:52 +0300
committerNick Gaskill <ngaskill@gitlab.com>2022-03-18 20:22:52 +0300
commit7f8b6bbf11f122a82e04596f1d8956820d3db419 (patch)
tree466aedaed01809988bb8fa3bc0a2f15ad63111ad
parent2a05ce4acf3af0efc680ce48834fab1522a1cceb (diff)
parent239008ea5408e0e5dc3cb113dcbaf8000c9682ce (diff)
Merge branch 'aqualls-add-mr-dev-docs' into 'main'
Add MR concepts page to left nav See merge request gitlab-org/gitlab-docs!2495
-rw-r--r--content/_data/navigation.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index 948b164a..cb01156c 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -2354,6 +2354,8 @@ sections:
external_url: true
- doc_title: Issues workflow
doc_url: 'ee/development/contributing/issue_workflow.html'
+ - doc_title: Merge request concepts
+ doc_url: 'ee/development/merge_request_concepts/'
- doc_title: Merge request workflow
doc_url: 'ee/development/contributing/merge_request_workflow.html'
- doc_title: Code review guidelines