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:
authorAmy Qualls <aqualls@gitlab.com>2022-07-26 20:05:15 +0300
committerAmy Qualls <aqualls@gitlab.com>2022-07-26 20:05:15 +0300
commit15a7c7721d373d5099985813eaabef54fd18ff59 (patch)
tree9899099ee1a768282940537a4aba64aa20e82131
parent733b9684e8b2d447123cb353b8801f852f27594d (diff)
Add page about widget extensions
New page in the merge requests concepts subdirectory of the developer docs, about the merge request widget.
-rw-r--r--content/_data/navigation.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index b2c88ae6..c190196d 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -2541,6 +2541,9 @@ sections:
doc_url: 'ee/development/contributing/issue_workflow.html'
- doc_title: Merge request concepts
doc_url: 'ee/development/merge_request_concepts/'
+ docs:
+ - doc_title: Merge request widget extensions
+ doc_url: 'ee/development/merge_request_concepts/widget_extensions.html'
- doc_title: Merge request workflow
doc_url: 'ee/development/contributing/merge_request_workflow.html'
- doc_title: Secure partner onboarding process