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:
authorMarcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>2021-06-24 16:49:36 +0300
committerMarcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>2021-06-24 16:49:36 +0300
commit7090ae1d0015b5f4318aed006b5becb622c771c1 (patch)
treeb9987687f6987c7302eb0002b09c4cc8e9030538
parent5f878f6c7617a16935a9e4371be4b94ea545d856 (diff)
Differentiate project and group analytics pages
Also, add missing group-level issue analytics page.
-rw-r--r--content/_data/navigation.yaml8
1 files changed, 5 insertions, 3 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index f848c17c..a9aa7a62 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -1686,9 +1686,11 @@ sections:
doc_url: 'ee/user/admin_area/analytics/dev_ops_report.html'
- doc_title: DevOps adoption by group
doc_url: 'ee/user/group/devops_adoption/'
- - doc_title: Insights
+ - doc_title: Insights for projects
doc_url: 'ee/user/project/insights/'
- - doc_title: Issue analytics
+ - doc_title: Insights for groups
+ doc_url: 'ee/user/group/insights/'
+ - doc_title: Issue analytics for projects
doc_url: 'ee/user/analytics/issue_analytics.html'
- doc_title: Issue analytics for groups
doc_url: 'ee/user/group/issues_analytics/'
@@ -1702,7 +1704,7 @@ sections:
doc_url: 'ee/user/group/repositories_analytics/'
- doc_title: Usage trends
doc_url: 'ee/user/admin_area/analytics/usage_trends.html'
- - doc_title: Value stream analytics
+ - doc_title: Value stream analytics for projects
doc_url: 'ee/user/analytics/value_stream_analytics.html'
- doc_title: Value stream analytics for groups
doc_url: 'ee/user/group/value_stream_analytics/'