Skip to content

Commit

Permalink
chore: update links on homepage (#970)
Browse files Browse the repository at this point in the history
* update links on homepage

Signed-off-by: Kim Tsao <ktsao@redhat.com>

* Run yarn changeset:empty

Signed-off-by: Kim Tsao <ktsao@redhat.com>

---------

Signed-off-by: Kim Tsao <ktsao@redhat.com>
  • Loading branch information
kim-tsao committed Feb 16, 2024
1 parent 617a26d commit d0c68b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .changeset/smart-dolphins-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
14 changes: 7 additions & 7 deletions packages/app/public/homepage/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
{
"iconUrl": "/homepage/icons/argo-icon-color.svg",
"label": "ArgoCD",
"url": "https://openshift-gitops-server-openshift-gitops.apps.janus.djpe.p1.openshiftapps.com/"
"url": "https://argoproj.github.io/cd/"
},
{
"iconUrl": "/homepage/icons/sonarqube.svg",
"label": "SonarQube",
"url": "https://sonarqube.apps.janus.djpe.p1.openshiftapps.com/"
"url": "https://www.sonarsource.com/open-source-editions/"
},
{
"iconUrl": "/homepage/icons/quay.svg",
Expand All @@ -79,7 +79,7 @@
{
"iconUrl": "/homepage/icons/icons8/openshift.png",
"label": "OpenShift",
"url": "https://console-openshift-console.apps.janus.djpe.p1.openshiftapps.com/"
"url": "https://docs.openshift.com/"
}
]
},
Expand All @@ -88,8 +88,8 @@
"links": [
{
"iconUrl": "/homepage/icons/icons8/system-task.png",
"label": "Grafana (Coming Soon)",
"url": ""
"label": "Grafana",
"url": "https://grafana.com/"
}
]
},
Expand All @@ -99,12 +99,12 @@
{
"iconUrl": "/homepage/icons/icons8/security-checked.png",
"label": "GitHub Security",
"url": "https://github.com/orgs/janus-idp"
"url": "https://docs.github.com/en/code-security"
},
{
"iconUrl": "/homepage/icons/keycloak.svg",
"label": "Keycloak",
"url": "https://keycloak.apps.janus.djpe.p1.openshiftapps.com/"
"url": "https://www.keycloak.org/"
}
]
}
Expand Down

0 comments on commit d0c68b1

Please sign in to comment.