Skip to content

Commit

Permalink
reviews feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
missmesss committed Jan 6, 2025
1 parent e860d21 commit 5b6d099
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
= Enabling and configuring the JFrog Artifactory plugin
[id="installing-configuring-jfrog-artifactory_{context}"]
= Installing and configuring the JFrog Artifactory plugin

JFrog Artifactory is a front-end plugin that displays the information about your container images stored in the JFrog Artifactory repository. JFrog Artifactory is preinstalled with {product-short} and disabled by default. To use it, you need to enable and configure it first.
JFrog Artifactory is a front-end plugin that displays the information about your container images stored in the JFrog Artifactory repository. The JFrog Artifactory plugin is preinstalled with {product-short} and disabled by default. To use it, you need to enable and configure it first.

[IMPORTANT]
====
Expand All @@ -13,8 +14,8 @@ For more information on Red Hat Technology Preview features, see https://access.
Additional detail on how Red Hat provides support for bundled community dynamic plugins is available on the https://access.redhat.com/policy/developerhub-support-policy[Red Hat Developer Support Policy] page.
====

== Enablement
The JFrog Artifactory plugin is pre-loaded in {product-short} with basic configuration properties. To enable it, set the disabled property to `false` as follows:
== Installation
The JFrog Artifactory plugin is preinstalled in {product-short} with basic configuration properties. To enable it, set the disabled property to `false` as follows:

[source,yaml]
----
Expand Down Expand Up @@ -44,7 +45,7 @@ proxy:

. Enable the *Image Registry* tab on the entity view page in `packages/app/src/components/catalog/EntityPage.tsx`:
+
[source,yaml]
[source,typescript]
----
/* highlight-add-start */
import {
Expand All @@ -69,7 +70,7 @@ const serviceEntityPage = (
);
----

. Add the following annotation to the entity’s `catalog-info.yaml` file to enable Artifactory features in RHDH components:
. Add the following annotation to the entity’s `catalog-info.yaml` file to enable the JFrog Artifactory plugin features in RHDH components:
+
[source,yaml]
----
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[id="using-jfrog-artifactory_{context}"]
= Using the JFrog Artifactory plugin

The Jfrog Artifactory plugin displays information about your container images within the Jfrog Artifactory registry.
The JFrog Artifactory plugin displays information about your container images within the Jfrog Artifactory registry.

[IMPORTANT]
====
Expand Down

0 comments on commit 5b6d099

Please sign in to comment.