Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit ccf8710

Browse files
author
jc-berger
committed
more doc feedback
1 parent ee39f91 commit ccf8710

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/modules/ROOT/pages/how-to-guides/Import-code/proc_importing_code.adoc

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ For more information about devfile contents requirements, see the "What is outer
216216

217217
=== Creating a Red Hat Container Registry token
218218

219-
After importing your code, configure a Red Hat Container Registry token to improve your application-building experience. You can access this token by creating Red Hat registry service accounts. The registry service accounts enable you to retrieve content from registry.redhat.io. Registry.redhat.io helps you manage the automation of your applications.
219+
After importing your code, configure a Red Hat Container Registry token to improve your application-building experience. You can access this token by creating Red Hat registry service accounts. The registry service accounts enable you to retrieve content from *registry.redhat.io*. *Registry.redhat.io* helps you manage the automation of your applications.
220220

221221
.Procedure
222222

@@ -240,7 +240,7 @@ Create the Red Hat Container Registry token by following these steps:
240240

241241
=== Configuring your application to use a Red Hat Container Registry token
242242

243-
After creating the Red Hat Container Registry token, include the token in your application. When you application includes the Red Hat Container Registry token, you can access registry.redhat.io which improves your automation.
243+
After creating the Red Hat Container Registry token, include the token in your application. When you application includes the Red Hat Container Registry token, you can access *registry.redhat.io* which improves your automation.
244244

245245
.Procedure
246246

@@ -249,5 +249,10 @@ After creating the Red Hat Container Registry token, include the token in your a
249249
. In the *Create new build secret* modal, add the *registry.redhat.io* token that you want to use as a pull secret:
250250
.. In the *Key* field, enter *.dockerconfigjson*.
251251
.. In the *Select or Enter Name* field, enter *registry-redhat.io*.
252-
.. Enter the Registry Service account token and click *Create*.
253-
.. From your command line, run the `oc secrets link appstudio-pipeline registry-redhat-io` command.
252+
.. Enter the registry service account token and click *Create*.
253+
.. From your command line, run the `oc secrets link appstudio-pipeline registry-redhat-io` command.
254+
255+
[role="_additional-resources"]
256+
.Additional resources
257+
258+
For information about importing and configuring code to {ProductName} using the CLI, see link:https://redhat-appstudio.github.io/docs.appstudio.io/Documentation/main/getting-started/getting_started_in_cli/#getting-started-in-the-cli[Getting started in the CLI].

0 commit comments

Comments
 (0)