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:
authorAchilleas Pipinellis <axil@gitlab.com>2019-08-27 11:48:31 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-08-27 11:48:31 +0300
commit9f47fde41e7734480df108babd37b4c82c42c534 (patch)
tree497478b72f16e148febffdb61605e3d7e49b4562
parentcd11594fb413ed06ce504024136dfb8105acd0ae (diff)
parent35ae124328ff87e8181191b795fa0406db37ed8e (diff)
Merge branch 'add-more-group-features-to-nav' into 'master'
Add more features to global nav See merge request gitlab-org/gitlab-docs!529
-rw-r--r--content/_data/default-nav.yaml26
1 files changed, 23 insertions, 3 deletions
diff --git a/content/_data/default-nav.yaml b/content/_data/default-nav.yaml
index 09c25353..0b029cde 100644
--- a/content/_data/default-nav.yaml
+++ b/content/_data/default-nav.yaml
@@ -28,12 +28,24 @@ sections:
- section_title: Groups
section_url: 'user/group/'
section_categories:
- - category_title: Subgroups
- category_url: 'user/group/subgroups/'
- - category_title: "Epics"
+ - category_title: Contribution analytics
+ category_url: 'user/group/contribution_analytics/'
+ ee_only: true
+ ee_tier: 'GitLab Starter, GitLab.com Bronze, and higher tiers'
+ - category_title: Epics
category_url: 'user/group/epics/'
ee_only: true
ee_tier: 'GitLab Ultimate and GitLab.com Gold'
+ - category_title: Dependency proxy
+ category_url: 'user/group/dependency_proxy/'
+ ee_only: true
+ ee_tier: 'GitLab Premium, GitLab.com Silver, and higher tiers'
+ - category_title: Issue analytics
+ category_url: 'user/group/issues_analytics/'
+ ee_only: true
+ ee_tier: 'GitLab Premium, GitLab.com Silver, and higher tiers'
+ - category_title: Subgroups
+ category_url: 'user/group/subgroups/'
- category_title: Roadmaps
category_url: 'user/group/roadmap/'
ee_only: true
@@ -76,6 +88,10 @@ sections:
- section_title: Issues
section_url: 'user/project/issues/'
section_categories:
+ - category_title: Design management
+ category_url: 'user/project/issues/design_management.html'
+ ee_only: true
+ ee_tier: 'GitLab Premium, GitLab.com Silver, and higher tiers'
- category_title: Issue Boards
category_url: 'user/project/issue_board.html'
- category_title: Labels
@@ -86,6 +102,10 @@ sections:
category_url: 'user/project/service_desk.html'
ee_only: true
ee_tier: 'GitLab Premium, GitLab.com Silver, and higher tiers'
+ - category_title: Weight
+ category_url: 'workflow/issue_weight.html'
+ ee_only: true
+ ee_tier: 'GitLab Starter, GitLab.com Bronze, and higher tiers'
- section_title: Merge Requests
section_url: 'user/project/merge_requests/'