-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RHIDP-5604 Configuring entity tab titles and entity detail tab layout #903
base: main
Are you sure you want to change the base?
RHIDP-5604 Configuring entity tab titles and entity detail tab layout #903
Conversation
Signed-off-by: Fabrice Flore-Thébault <[email protected]>
Updated preview: https://redhat-developer.github.io/red-hat-developers-documentation-rhdh/pr-903/ @ 03/12/25 14:01:56 |
Signed-off-by: Fabrice Flore-Thébault <[email protected]>
Signed-off-by: Fabrice Flore-Thébault <[email protected]>
Signed-off-by: Fabrice Flore-Thébault <[email protected]>
modules/customizing-the-appearance/proc-customizing-entity-detail-tab-layout.adoc
Outdated
Show resolved
Hide resolved
…ail-tab-layout.adoc
modules/customizing-the-appearance/proc-customizing-entity-tab-titles.adoc
Outdated
Show resolved
Hide resolved
modules/customizing-the-appearance/proc-customizing-entity-tab-titles.adoc
Outdated
Show resolved
Hide resolved
modules/customizing-the-appearance/proc-customizing-entity-tab-titles.adoc
Outdated
Show resolved
Hide resolved
modules/customizing-the-appearance/proc-customizing-entity-tab-titles.adoc
Outdated
Show resolved
Hide resolved
modules/customizing-the-appearance/proc-customizing-entity-tab-titles.adoc
Show resolved
Hide resolved
modules/customizing-the-appearance/proc-customizing-entity-tab-titles.adoc
Outdated
Show resolved
Hide resolved
modules/customizing-the-appearance/proc-customizing-entity-tab-titles.adoc
Outdated
Show resolved
Hide resolved
modules/customizing-the-appearance/proc-customizing-entity-tab-titles.adoc
Outdated
Show resolved
Hide resolved
modules/customizing-the-appearance/proc-customizing-entity-tab-titles.adoc
Outdated
Show resolved
Hide resolved
appConfig: | ||
dynamicPlugins: | ||
frontend: | ||
backstage-community.plugin-topology: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could mention how you did in the other files
backstage-community.plugin-topology: | |
_<your_plugin_name>_: # same as `scalprum.name` key in plugin's `package.json` |
Donot want the customers to get an impression that they can do this only with topology/k8s plugin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you provide an example that helps the user configure all the tabs in a default install? (No additional plugins)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you can use this same example that you have used above
global:
dynamic:
plugins:
- package: _<your_package_location>_ # <1>
disabled: false
pluginConfig:
dynamicPlugins:
frontend:
_<your_plugin_name>_: # <2>
mountPoints:
- mountPoint: entity.page.ci/cards # <3>
importName: TektonCI # <4>
config:
layout: # <5>
gridColumn:
lg: span 6
xs: span 12
if:
allOf:
- isTektonCIAvailable
global:
dynamic:
plugins:
- package: _<your_package_location>_ # <1>
disabled: false
pluginConfig:
dynamicPlugins:
frontend:
_<your_plugin_name>_: # <2>
entityTabs:
- mountPoint: entity.page.topology
path: /topology
title: Changed Topology
- mountPoint: entity.page.lighthouse
path: /lighthouse
title: Changed Lighthouse
- mountPoint: entity.page.api
path: /api
title: Changed Api
- mountPoint: entity.page.dependencies
path: /dependencies
title: Changed Dependencies
- mountPoint: entity.page.docs
path: /docs
title: Changed Docs
- mountPoint: entity.page.overview
path: /
title: Changed Overview
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but what are the expected values for <your_package_location> and <your_plugin_name>?
- The user can decide any random value?
- The user must use the correct package location and plugin name? Clarify either how to find the information, if the values might change, or the expected value, if the values are consistent and reproducible.
IMPORTANT: Do Not Merge - To be merged by Docs Team Only
Version(s): 1.4, 1.5
Add the relevant labels to the Pull Request.
Issue:
https://issues.redhat.com/browse/RHIDP-5604
Preview: