From e4cac60c25c0f98a1d140374a379a6472ffe1ae9 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Mon, 27 Mar 2023 13:09:55 -0400 Subject: [PATCH] chore: CRW-3663 branding links update; remove theia GH tag from mapping for downstream JIRAs Change-Id: I4ac6b9bb3edb0296da2e346cd42ddfa7ea13e41f Signed-off-by: Nick Boldt --- README.adoc | 6 +----- product/branding/README.adoc | 14 +++++++++++--- product/ghira/components.json | 2 +- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/README.adoc b/README.adoc index f39fa79ebd..9d64a61397 100644 --- a/README.adoc +++ b/README.adoc @@ -43,11 +43,7 @@ Sync jobs: ## Branding -Branding is currently in two places. - -* To reskin link:https://github.com/eclipse-che/che-dashboard[Che Dashboard], see link:https://github.com/redhat-developer/devspaces-images/tree/devspaces-3-rhel-8/devspaces-dashboard/README.adoc[dashboard] - -* To reskin link:https://github.com/eclipse-che/che-theia[Che Theia], see link:https://github.com/redhat-developer/devspaces-theia/tree/devspaces-3-rhel-8/conf/theia/branding[theia/conf/theia/branding] +See link:product/branding/README.adoc[branding]. ## Issues and Triage diff --git a/product/branding/README.adoc b/product/branding/README.adoc index 185a6fc73f..532a6bd2b4 100644 --- a/product/branding/README.adoc +++ b/product/branding/README.adoc @@ -2,7 +2,15 @@ Latest icons and wordmarks were developed by Brand and UX teams. See https://issues.redhat.com/browse/DTUX-1193 -Branding elements are now defined in the Dashboard and in Theia: +## Branding + +Branding is currently in two places. + +### Dashboard + +To reskin link:https://github.com/eclipse-che/che-dashboard[Che Dashboard], see link:https://github.com/redhat-developer/devspaces-images/tree/devspaces-3-rhel-8/devspaces-dashboard/README.adoc[dashboard]. + +### Microsoft Visual Studio Code - Open Source IDE + +To reskin link:https://github.com/che-incubator/che-code/[che-code], which is built from link:https://github.com/microsoft/vscode[Microsoft Visual Studio Code - Open Source IDE], see https://github.com/redhat-developer/devspaces-images/tree/devspaces-3-rhel-8/devspaces-code/branding[devspaces-images/devspaces-code/branding]. -* https://github.com/redhat-developer/devspaces-images/tree/devspaces-3-rhel-8/devspaces-dashboard/packages/dashboard-frontend/assets/branding -* https://github.com/redhat-developer/devspaces-theia/tree/devspaces-3-rhel-8/conf/theia/branding diff --git a/product/ghira/components.json b/product/ghira/components.json index 7385d992b8..6436ab67ad 100644 --- a/product/ghira/components.json +++ b/product/ghira/components.json @@ -9,7 +9,7 @@ }, "team-b" : { "Description": "Team B: DevWorkspace + Operator, Web Terminal + Operator, editors/IDEs + built-in vscode extensions, Universal Developer Image, machine-exec, dev environment config", - "Labels": [ "area/machine-exec", "area/ux", "area/dev-experience", "engine/devworkspace", "area/devworkspace-client", "area/devworkspace-operator", "area/devworkspace-che-operator", "area/editor/che-code", "area/editor/intellij-platform", "area/editor/che-theia", "area/languages", "area/plugins", "area/git" ], + "Labels": [ "area/machine-exec", "area/ux", "area/dev-experience", "engine/devworkspace", "area/devworkspace-client", "area/devworkspace-operator", "area/devworkspace-che-operator", "area/editor/che-code", "area/editor/intellij-platform", "area/languages", "area/plugins", "area/git" ], "Email" : "mloriedo@redhat.com", "GH_User" : "l0rd" },