Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit39ce4dd

Browse files
authored
Add sym links for dashboard topics (#1177)
* Add sym links for dashboard topicsAdded sym links and updated condition syntax for topics in dashboard bucket* Update home-dashboard.md* Update home-dashboard.mdAdded missing if to condition tag
1 parent809d45d commit39ce4dd

File tree

8 files changed

+40
-7
lines changed

8 files changed

+40
-7
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../_docs/dashboards/dora-metrics.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../_docs/dashboards/gitops-environments.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../_docs/dashboards/gitops-products.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../_docs/dashboards/home-dashboard.md

‎_argohub/dashboards/images.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../_docs/dashboards/images.md

‎_data/argohub-nav.yml‎

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44
-title:What is Codefresh GitOps?
55
url:"/intro-to-codefresh"
66

7+
-title:Dashboards & insights
8+
url:"/dashboards"
9+
pages:
10+
-title:Home
11+
url:"/home-dashboard"
12+
-title:Environments
13+
url:"/gitops-environments"
14+
-title:Products
15+
url:"/gitops-products"
16+
-title:DORA metrics
17+
url:"/dora-metrics"
18+
-title:Images
19+
url:"/images"
20+
21+
722
-title:Installation
823
url:"/installation"
924
pages:
@@ -20,3 +35,5 @@
2035
url:"/git-tokens"
2136
-title:Secrets for GitOps
2237
url:"/secrets"
38+
39+

‎_docs/dashboards/home-dashboard.md‎

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
---
22
title:"Home dashboard"
3-
description:""
3+
description:"Global dashboard"
44
group:dashboards
55
toc:true
66
---
77

8-
Get a global picture of performance for GitOps entities and pipelines in the Home dashboard with system-wide visualization for all stakeholders.
8+
{% if page.collection == site.gitops_collection %}
9+
Get a global picture of performance for GitOps entities in the Home dashboard with system-wide visualization for all stakeholders.
10+
{% endif %}
911

10-
{% if page.layout != "argohub" %}
12+
{% if page.collection != site.gitops_collection %}
13+
Get a global picture of performance for GitOps entities and pipelines in the Home dashboard with system-wide visualization for all stakeholders.
14+
1115
The Home Dashboard includes two different dashboards:
1216

1317
***GitOps Dashboard**
@@ -228,7 +232,7 @@ KPI metrics for active Delivery Pipelines such as number of executions, duration
228232
User count is aggregated per user, so multiple commits from the same user are counted as a single commit.
229233
230234
-->
231-
{% if page.layout !="argohub" %}
235+
{% if page.collection !=site.gitops_collection %}
232236

233237
##Pipelines Dashboard
234238

@@ -364,7 +368,7 @@ Identify outliers in terms of executions and duration in the scatter chart map,
364368
alt="Pipeline correlation in Metrics table with scatter chart"
365369
caption="Pipeline correlation in Metrics table with scatter chart"
366370
max-width="60%"
367-
%}
371+
%}
368372

369373
You can then filter by the specific pipeline or pipelines and analyze success rate, overall, and phase-level duration.
370374
{% endif %}
@@ -373,7 +377,9 @@ You can then filter by the specific pipeline or pipelines and analyze success ra
373377
[GitOps Environments]({{site.baseurl}}/docs/dashboards/gitops-environments/)
374378
[DORA metrics]({{site.baseurl}}/docs/dashboards/dora-metrics/)
375379
[Monitoring applications]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/)
376-
{% if page.layout != "argohub" %}[Monitoring pipelines]({{site.baseurl}}/docs/pipelines/monitoring-pipelines/) {% endif %}
380+
{% if page.collection != site.gitops_collection %}
381+
[Monitoring pipelines]({{site.baseurl}}/docs/pipelines/monitoring-pipelines/)
382+
{% endif %}
377383
[Images]({{site.baseurl}}/docs/dashboards/images/)
378384

379385

‎assets/js/src/argohub-redirect-mapping.json‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@
33
"/docs/installation/gitops/shared-configuration/":"/argohub/installation/gitops/shared-configuration/",
44
"/docs/getting-started/intro-to-codefresh/":"/argohub/introduction/intro-to-codefresh/",
55
"/docs/security/git-tokens/":"/argohub/security/git-tokens/",
6-
"/docs/security/secrets/":"/argohub/security/secrets/"
6+
"/docs/security/secrets/":"/argohub/security/secrets/",
7+
"/docs/dashboards/dora-metrics/":"/argohub/dashboards/dora-metrics/",
8+
"/docs/dashboards/gitops-environments/":"/argohub/dashboards/gitops-environments/",
9+
"/docs/dashboards/gitops-products/":"/argohub/dashboards/gitops-products/",
10+
"/docs/dashboards/home-dashboard/":"/argohub/dashboards/home-dashboard/",
11+
"/docs/dashboards/images/":"/argohub/dashboards/images/"
712
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp