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>2023-01-24 19:40:49 +0300
committerAmy Qualls <aqualls@gitlab.com>2023-01-24 19:40:49 +0300
commit8a6311da917e0719bcc4e4ad9a7b3d1e49358e0e (patch)
treee7c329c5fca3751835cc1439840a74801464ca7c
parent19ff27c56bf2f7f3a1255bf99008d38664f9fa4b (diff)
parent6b50bf5b89867c4d87b0276d93da425cdf7c905b (diff)
Merge branch 'docs/query-branch-rules-link' into 'main'
Add `List branch rules for project` to global nav See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3432 Merged-by: Amy Qualls <aqualls@gitlab.com> Co-authored-by: Joe Woodward <jwoodward@gitlab.com>
-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 3ea90e29..70e582e1 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -2601,6 +2601,8 @@ sections:
doc_url: 'ee/api/graphql/audit_report.html'
- doc_title: Identify issue boards (example)
doc_url: 'ee/api/graphql/sample_issue_boards.html'
+ - doc_title: List branch rules for project (example)
+ doc_url: 'ee/api/graphql/branch_rules.html'
- doc_title: Query users (example)
doc_url: 'ee/api/graphql/users_example.html'
- doc_title: Use custom emojis (example)