From a19df905edc522d774a660c4cf7b15349dfb651a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A1udia?= Date: Fri, 4 Jul 2025 13:35:52 +0100 Subject: [PATCH 1/3] add page to nav --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index 11bad40b86..0cb6c799a2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -606,6 +606,7 @@ nav: - Organizations: - organizations/what-are-organizations.md - organizations/organization-overview.md + - organizations/issues-metrics.md - organizations/managing-repositories.md - organizations/segments.md - organizations/using-gate-policies.md From 09bf57381186c914b85a01ae28c237bf2a812252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A1udia?= Date: Fri, 4 Jul 2025 13:39:32 +0100 Subject: [PATCH 2/3] consistent title formatting --- docs/organizations/issues-metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/organizations/issues-metrics.md b/docs/organizations/issues-metrics.md index 72bcf71395..9b53a9a924 100644 --- a/docs/organizations/issues-metrics.md +++ b/docs/organizations/issues-metrics.md @@ -2,7 +2,7 @@ description: The organization's Issues dashboard provides an overview of all the issues detected in the repositories belonging to your Git provider organization. --- -# Issues Metrics +# Issues metrics The **Issues Metrics** dashboard provides an overview of all the issues detected in the repositories belonging to your Git provider organization. Here, you can navigate through the issues detected in your repositories and filter them by severity and category. You can also filter the issues by selecting specific repositories or using [the segments that you have set up](segments.md). From 5513562d6291f83434e738697b7f0c3761da1675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A1udia?= Date: Fri, 4 Jul 2025 13:40:47 +0100 Subject: [PATCH 3/3] review order + formatting --- docs/organizations/issues-metrics.md | 2 +- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/organizations/issues-metrics.md b/docs/organizations/issues-metrics.md index 9b53a9a924..6827a9edb8 100644 --- a/docs/organizations/issues-metrics.md +++ b/docs/organizations/issues-metrics.md @@ -4,7 +4,7 @@ description: The organization's Issues dashboard provides an overview of all the # Issues metrics -The **Issues Metrics** dashboard provides an overview of all the issues detected in the repositories belonging to your Git provider organization. Here, you can navigate through the issues detected in your repositories and filter them by severity and category. You can also filter the issues by selecting specific repositories or using [the segments that you have set up](segments.md). +The **Issues metrics** dashboard provides an overview of all the issues detected in the repositories belonging to your Git provider organization. Here, you can navigate through the issues detected in your repositories and filter them by severity and category. You can also filter the issues by selecting specific repositories or using [the segments that you have set up](segments.md). ![Open issues dashboard](images/open-issues-dashboard.png) diff --git a/mkdocs.yml b/mkdocs.yml index 0cb6c799a2..ecfd0d206c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -606,9 +606,9 @@ nav: - Organizations: - organizations/what-are-organizations.md - organizations/organization-overview.md - - organizations/issues-metrics.md - organizations/managing-repositories.md - organizations/segments.md + - organizations/issues-metrics.md - organizations/using-gate-policies.md - organizations/using-coding-standards.md - Managing integrations: