Skip to content

Commit f311262

Browse files
committed
Update image references in ACB reusable steps to use the correct namespace
1 parent f50b2e3 commit f311262

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

modules/ROOT/pages/_partials/acb-reusable-steps.adoc

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ From the configuration XML, above the HTTP Listener configuration (`<http:listen
3131
.Show me how
3232
[%collapsible]
3333
====
34-
** Click the image:icon-run-debug.png["",15,15] (*Run and Debug*) icon in the activity bar.
34+
** Click the image:anypoint-code-builder::icon-run-debug.png["",15,15] (*Run and Debug*) icon in the activity bar.
3535
** Use the keyboard shortcuts:
3636
+
3737
*** Mac: Cmd+Shift+d
3838
*** Windows: Ctrl+Shift+d
3939
** In the desktop IDE, select *View* > *Run*.
40-
** In the cloud IDE, click the image:icon-menu.png["",18,18] (menu) icon, and select *View* > *Run*.
40+
** In the cloud IDE, click the image:anypoint-code-builder::icon-menu.png["",18,18] (menu) icon, and select *View* > *Run*.
4141
====
4242
// end::open-run-debug[]
4343
//
@@ -55,7 +55,7 @@ From the configuration XML, above the HTTP Listener configuration (`<http:listen
5555
** Mac: Cmd+Shift+u
5656
** Windows: Ctrl+Shift+u
5757
* In the desktop IDE, select *View* > *Output*.
58-
* In the cloud IDE, click the image:icon-menu.png["",18,18] (menu) icon, and select *View* > *Output*.
58+
* In the cloud IDE, click the image:anypoint-code-builder::icon-menu.png["",18,18] (menu) icon, and select *View* > *Output*.
5959
====
6060
// end::open-output-panel[]
6161
//
@@ -76,7 +76,7 @@ From the configuration XML, above the HTTP Listener configuration (`<http:listen
7676
.Show me how
7777
[%collapsible]
7878
====
79-
Click the image:icon-source-control.png["",15,15] (*Source Control*) icon in the activity bar or use the keyboard shortcuts:
79+
Click the image:anypoint-code-builder::icon-source-control.png["",15,15] (*Source Control*) icon in the activity bar or use the keyboard shortcuts:
8080

8181
include::anypoint-code-builder::partial$acb-reusable-steps.adoc[tag=open-source-control-commands]
8282

@@ -90,7 +90,7 @@ include::anypoint-code-builder::partial$acb-reusable-steps.adoc[tag=open-source-
9090
.Show me how
9191
[%collapsible]
9292
====
93-
Click the image:icon-source-control-no-edits.png["",15,15] (*Source Control*) icon in the activity bar or use the keyboard shortcuts:
93+
Click the image:anypoint-code-builder::icon-source-control-no-edits.png["",15,15] (*Source Control*) icon in the activity bar or use the keyboard shortcuts:
9494

9595
include::anypoint-code-builder::partial$acb-reusable-steps.adoc[tag=open-source-control-commands]
9696

@@ -118,7 +118,7 @@ include::anypoint-code-builder::partial$acb-reusable-steps.adoc[tag=open-source-
118118
[%collapsible]
119119
====
120120
* In the desktop IDE, select *Code* > *Settings* > *Configure Snippets*.
121-
* In the cloud IDE, click the image:icon-menu.png["",18,18] (menu) icon, and select *Preferences* > *Configure Snippets*.
121+
* In the cloud IDE, click the image:anypoint-code-builder::icon-menu.png["",18,18] (menu) icon, and select *Preferences* > *Configure Snippets*.
122122
* In either IDE:
123123
.. Use keyboard shortcuts to open the Command Palette:
124124
** Mac: Cmd+Shift+p
@@ -135,7 +135,7 @@ Snippets: Configure Snippets
135135
//
136136
// tag::open-ide[]
137137
// Open the ACB IDE
138-
. In the activity bar of the IDE, click the image:icon-ms-logo.png["",20,20] (*Anypoint Code Builder*) icon.
138+
. In the activity bar of the IDE, click the image:anypoint-code-builder::icon-ms-logo.png["",20,20] (*Anypoint Code Builder*) icon.
139139
// end::open-ide[]
140140
//
141141
//
@@ -145,7 +145,7 @@ Snippets: Configure Snippets
145145
[%collapsible]
146146
====
147147
* In the desktop IDE, select *File* > *Close Folder*.
148-
* In the cloud IDE, click the image:icon-menu.png["",18,18] (menu) icon, and select *File* > *Close Folder*.
148+
* In the cloud IDE, click the image:anypoint-code-builder::icon-menu.png["",18,18] (menu) icon, and select *File* > *Close Folder*.
149149
====
150150
// end::close-project[]
151151
//
@@ -189,7 +189,7 @@ xref:des-delete-api-projects.adoc[].
189189
.. Press Ctrl+Space.
190190
.. Select the element from the options, for example:
191191
+
192-
image::des-api-frag-ref-element.png["Reference an element in the fragment"]
192+
image:anypoint-code-builder::des-api-frag-ref-element.png["Reference an element in the fragment"]
193193
--
194194
// end::ref-element[]
195195
//
@@ -203,11 +203,11 @@ After adding the fragment to your spec, you can:
203203
Place the cursor on the fragment reference and press Command+Click.
204204
For example:
205205
+
206-
image::des-api-frag-goto-dependencies.png["Navigate to the fragment dependency"]
206+
image:anypoint-code-builder::des-api-frag-goto-dependencies.png["Navigate to the fragment dependency"]
207207
* View the dependency in the API Console:
208208
+
209209
Place the cursor on the fragment reference and click the
210-
image:icon-api-console.png["",14,14] (*API Console*) icon to open the fragment in the console.
210+
image:anypoint-code-builder::icon-api-console.png["",14,14] (*API Console*) icon to open the fragment in the console.
211211
+
212212
For more information, see xref:des-create-api-specs.adoc#review-spec-console[Review Your Spec in the API Console].
213213
// end::after-add-fragment[]
@@ -227,15 +227,15 @@ Don't create the project within another project directory.
227227
228228
//
229229
// tag::deploy-locally[]
230-
. Click the image:icon-start-debug.png["",15,15] (*Start Debugging (F5)*) icon for *Debug Mule Application*.
230+
. Click the image:anypoint-code-builder::icon-start-debug.png["",15,15] (*Start Debugging (F5)*) icon for *Debug Mule Application*.
231231
+
232232
Alternatively, if the *Start Debugging (F5)* icon is not present:
233233

234234

235235
.. Click *Run and Debug*.
236236
.. If a *Select debugger* dropdown menu appears, select *Mule Xml Debugger* to initiate the debugging session:
237237
+
238-
image::anypoint-code-builder::run-debug-imported-folder.png["Run and Debug button and Mule XML Debugger menu item"]
238+
image:anypoint-code-builder::run-debug-imported-folder.png["Run and Debug button and Mule XML Debugger menu item"]
239239
+
240240
When the application deploys successfully, you see a `DEPLOYED` log message in the output panel:
241241
+
@@ -255,7 +255,7 @@ When the application deploys successfully, you see a `DEPLOYED` log message in t
255255
. From your IDE, open the Terminal window in the console:
256256

257257
* In the desktop IDE, select *View* > *Terminal*.
258-
* In the cloud IDE, click the image:icon-menu.png["",18,18] (menu) icon, and select *Terminal* > *New Terminal*.
258+
* In the cloud IDE, click the image:anypoint-code-builder::icon-menu.png["",18,18] (menu) icon, and select *Terminal* > *New Terminal*.
259259
* For either IDE: Press Ctrl and then press the backtick key (`).
260260
// end::open-terminal[]
261261
//
@@ -368,7 +368,7 @@ To sync changes to project files with your repo, see <<sync-changes>>.
368368
// tag::scm-stage-files-substep[]
369369
.. Stage your files to your local repository by hovering over the *Changes* area (located after the *Commit* button) and clicking the image:anypoint-code-builder::icon-scm-add-changes.png["",15,15] (plus) icon.
370370
+
371-
image::anypoint-code-builder::start-scm-repo-stage-changes.png["Adding commit message for staged changes"]
371+
image:anypoint-code-builder::start-scm-repo-stage-changes.png["Adding commit message for staged changes"]
372372
+
373373
Alternatively, you can stage a single file by clicking the plus icon for that file.
374374
+
@@ -378,7 +378,7 @@ Staged files move from the *Changes* area in the Source Control panel to the *St
378378
// tag::scm-commit-message-substep[]
379379
.. Provide your a commit message for the files, and then click *Commit*, for example:
380380
+
381-
image::anypoint-code-builder::start-scm-repo-commit-staged.png["Commit message for staged changes"]
381+
image:anypoint-code-builder::start-scm-repo-commit-staged.png["Commit message for staged changes"]
382382
// end::scm-commit-message-substep[]
383383
//
384384

@@ -486,7 +486,7 @@ Make sure that you have access to AsyncAPI implementation features from the IDE:
486486

487487
.. Clicking *Join Beta* from the Anypoint Code Builder landing page
488488
+
489-
image::imp-asyncapi-join-beta.png["Administrator view of the Anypoint Code Builder landing page"]
489+
image:anypoint-code-builder::imp-asyncapi-join-beta.png["Administrator view of the Anypoint Code Builder landing page"]
490490
+
491491
The *Join Beta* button is available only to your organization administrator.
492492
.. Reviewing the terms and conditions of the beta program
@@ -511,10 +511,10 @@ When the AsyncAPI feature is available for your organization, the Anypoint Code
511511
// tag::start-implementation[]
512512
. From *Quick Actions*, click *Implement an API*:
513513
+
514-
image::implement-api-option-mat.png["*Implement an API* link highlighted in the *Getting Started* section"]
514+
image:anypoint-code-builder::implement-api-option-mat.png["*Implement an API* link highlighted in the *Getting Started* section"]
515515
. Complete the *Implement an API Specification* form:
516516
+
517-
image::implement-api-configure-in-task.png["Form for starting an implementation project"]
517+
image:anypoint-code-builder::implement-api-configure-in-task.png["Form for starting an implementation project"]
518518
+
519519
[calloutlist]
520520
[%header,cols="20a,60a"]

0 commit comments

Comments
 (0)