1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-14512

This commit is contained in:
Janelle Neczypor
2025-09-04 11:51:45 -07:00
committed by openshift-cherrypick-robot
parent d20046029a
commit ed1f7e14b4
16 changed files with 25 additions and 192 deletions

View File

@@ -54,17 +54,13 @@ conster Header: React.FC ++= () => {++
When creating your plugin, follow these guidelines for using PatternFly:
* Use link:https://www.patternfly.org/components/all-components/[PatternFly] components and PatternFly CSS variables. Core PatternFly components are available through the SDK. Using PatternFly components and variables help your plugin look consistent in future console versions.
ifndef::openshift-rosa-hcp,openshift-rosa[]
ifndef::openshift-rosa-hcp[]
** Use Patternfly 4.x if you are using {product-title} versions 4.14 and earlier.
** Use Patternfly 5.x if you are using {product-title} 4.15 or later.
endif::openshift-rosa-hcp,openshift-rosa[]
endif::openshift-rosa-hcp[]
ifdef::openshift-rosa-hcp[]
** Use Patternfly 5.x.
endif::openshift-rosa-hcp[]
ifdef::openshift-rosa[]
** Use Patternfly 4.x if you are using {rosa-classic-short} versions 4.14 and earlier.
** Use Patternfly 5.x if you are using {rosa-classic-short} 4.15 or later.
endif::openshift-rosa[]
* Make your plugin accessible by following link:https://www.patternfly.org/accessibility/accessibility-fundamentals/[PatternFly's accessibility fundamentals].
* Avoid using other CSS libraries such as Bootstrap or Tailwind. They might conflict with PatternFly and not match the rest of the console. Plugins should only include styles that are specific to their user interfaces to be evaluated on top of base PatternFly styles. Avoid importing styles such as `@patternfly/react-styles/**/*.css` or any styles from the `@patternfly/patternfly` package in your plugin.
* The console application is responsible for loading base styles for all supported PatternFly version(s).

View File

@@ -1,27 +1,9 @@
ifndef::openshift-rosa-hcp,openshift-rosa[]
:_mod-docs-content-type: ASSEMBLY
[id="using-dashboard-to-get-cluster-info"]
= Using the {product-title} dashboard to get cluster information
include::_attributes/common-attributes.adoc[]
include::_attributes/attributes-openshift-dedicated.adoc[]
:context: using-dashboard-to-get-cluster-info
endif::openshift-rosa-hcp,openshift-rosa[]
ifdef::openshift-rosa-hcp[]
:_mod-docs-content-type: ASSEMBLY
[id="using-dashboard-to-get-cluster-info"]
= Using the {rosa-short} dashboard to get cluster information
include::_attributes/common-attributes.adoc[]
include::_attributes/attributes-openshift-dedicated.adoc[]
:context: using-dashboard-to-get-cluster-info
endif::openshift-rosa-hcp[]
ifdef::openshift-rosa[]
:_mod-docs-content-type: ASSEMBLY
[id="using-dashboard-to-get-cluster-info"]
= Using the {rosa-classic-short} dashboard to get cluster information
include::_attributes/common-attributes.adoc[]
include::_attributes/attributes-openshift-dedicated.adoc[]
:context: using-dashboard-to-get-cluster-info
endif::openshift-rosa[]
toc::[]

View File

@@ -13,17 +13,7 @@ ifndef::openshift-rosa-hcp[]
include::snippets/unified-perspective-web-console.adoc[]
endif::openshift-rosa-hcp[]
You can create quick start tutorials for
ifndef::openshift-rosa-hcp,openshift-rosa[]
{product-title}
endif::openshift-rosa-hcp,openshift-rosa[]
ifdef::openshift-rosa-hcp[]
{rosa-short}
endif::openshift-rosa-hcp[]
ifdef::openshift-rosa[]
{rosa-classic-short}
endif::openshift-rosa[]
that provide guided steps within the web console with user tasks. They are helpful for getting oriented with an application, Operator, or other product offering.
You can create quick start tutorials for {product-title} that provide guided steps within the web console with user tasks. They are helpful for getting oriented with an application, Operator, or other product offering.
include::modules/about-administrator_web-console.adoc[leveloffset=+1]
include::modules/about-developer_web-console.adoc[leveloffset=+1]
@@ -34,8 +24,8 @@ include::modules/enabling-developer-perspective_web-console.adoc[leveloffset=+1]
ifndef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
* xref:../welcome/learn_more_about_openshift.adoc#cluster-administrator[Learn more about Cluster Administrator]
* xref:../applications/odc-viewing-application-composition-using-topology-view.adoc#odc-viewing-application-composition-using-topology-view[Viewing the applications in your project, verifying their deployment status, and interacting with them in the *Topology* view]
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
* xref:../applications/odc-viewing-application-composition-using-topology-view.adoc#odc-viewing-application-composition-using-topology-view[Viewing the applications in your project, verifying their deployment status, and interacting with them in the *Topology* view]
* xref:../web_console/using-dashboard-to-get-cluster-information.adoc#using-dashboard-to-get-cluster-info[Viewing cluster information]
ifndef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
* xref:../web_console/configuring-web-console.adoc#configuring-web-console[Configuring the web console]

View File

@@ -13,17 +13,7 @@ You can install the web terminal by using the {web-terminal-op} listed in the {p
[id="prerequisites_installing-web-terminal"]
== Prerequisites
* You are logged into the
ifndef::openshift-rosa-hcp,openshift-rosa[]
{product-title}
endif::openshift-rosa-hcp,openshift-rosa[]
ifdef::openshift-rosa-hcp[]
{rosa-short}
endif::openshift-rosa-hcp[]
ifdef::openshift-rosa[]
{rosa-classic-short}
endif::openshift-rosa[]
web console.
* You are logged into the {product-title} web console.
* You have cluster administrator permissions.
[discrete]