Skip to content

Commit d31d0be

Browse files
Merge pull request #606 from mulesoft/MS2026-03-06-ACB
W-21419494-MS2026-03-06-ACB-to-Latest-CP
2 parents 67ac089 + 178446a commit d31d0be

29 files changed

Lines changed: 452 additions & 143 deletions

modules/ROOT/nav.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,10 @@
7171
* xref:des-designing-api-specs.adoc[]
7272
** xref:des-create-api-specs.adoc[]
7373
** xref:des-create-asyncapi-api-specs.adoc[]
74+
** xref:des-design-grpc-api-spec.adoc[]
7475
** xref:des-create-api-fragments.adoc[]
7576
** xref:des-publish-api-spec-to-exchange.adoc[]
77+
** xref:des-publish-grpc-api-to-exchange.adoc[]
7678
** xref:des-govern-api.adoc[]
7779
** xref:des-delete-api-projects.adoc[]
7880
@@ -102,6 +104,7 @@
102104
* xref:imp-implementing-apis.adoc[]
103105
** xref:imp-implement-api-specs.adoc[]
104106
** xref:imp-asyncapi.adoc[]
107+
** xref:imp-implement-grpc-api-spec.adoc[]
105108
** xref:imp-implement-local-apis.adoc[]
106109
** xref:imp-filter-search-results.adoc[]
107110

modules/ROOT/pages/_partials/acb-component-info.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ To find information about more connectors, see xref:connectors::introduction/int
9797

9898
Use the Connection Management Configuration Panel to easily configure connections to third-party systems directly from the UI.
9999

100-
In this panel, you can create, edit, delete, and test connections directly within the ACB interface, automatically populate connection fields using metadata provided by the connector, and save and manage connection configurations without switching to the XML view.
100+
In this panel, you can create, edit, delete, and test connections directly within the IDE interface, automatically populate connection fields using metadata provided by the connector, and save and manage connection configurations without switching to the XML view.
101101

102102
To open the configuration panel:
103103

104-
* Click on an existing component, or add a new one.
104+
* Select an existing component, or add a new one.
105105
* Click the *+* icon.
106106
+
107107
This action displays the configuration panel, for example:

modules/ROOT/pages/_partials/acb-project-migration.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ Selecting *Attach Project Sources* flags the `-DattachMuleSources` parameter as
2929
// tag::import-mule-project-into-acb[]
3030
Import a shareable JAR file for a snapshot of a Mule project into the desktop IDE.
3131

32-
To create a shareable JAR file, see xref:int-export-mule-project.adoc#shareable[Export to a Shareable JAR File].
33-
The contents are lightweight because they don't include dependencies.
34-
The IDE generates the dependencies configured in the `pom.xml` for the project.
32+
To create a shareable JAR, see xref:int-export-mule-project.adoc#export-mule-project[Export Mule Project].
3533

3634
To import a shareable JAR file in your desktop IDE:
3735

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ When the AsyncAPI feature is available for your organization, the Anypoint Code
509509
510510
//
511511
// tag::start-implementation[]
512-
. From *Quick Actions*, click *Implement an API*:
512+
. From *Create*, click *Implement an API*:
513513
+
514514
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:
@@ -531,7 +531,7 @@ See xref:start-add-folders.adoc[].
531531

532532
include::partial$acb-reusable-steps.adoc[tags="proj-directory-warn"]
533533

534-
| *Search an API Specification from Exchange* |Name of the specification in Exchange. Activate *Show filters* to narrow your search results. See xref:imp-filter-search-results.adoc[] for more information.
534+
| *Search an API Specification from Exchange* | Name of the specification in Exchange. Search results can include OAS, RAML, AsyncAPI, and GraphQL specifications. Activate *Show filters* to narrow your search results. See xref:imp-filter-search-results.adoc[] for more information. To implement a gRPC API spec, see xref:imp-implement-grpc-api-spec.adoc[].
535535
| *Mule runtime* |Mule runtime version to use for your project.
536536
| *Java Version* |Java version to use for Mule.
537537
|===

modules/ROOT/pages/_partials/acb-start-desktop.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Ensure this option is checked.
7373
[[acb-menu]]
7474
image::anypoint-code-builder-view.png["MuleSoft icon for Anypoint Code Builder in the activity bar"]
7575

76-
. Check that the IDE loads the <<acb-menu, Anypoint Code Builder menu>> with *Quick Actions* and *Documentation* links.
76+
. Check that the IDE loads the <<acb-menu, Anypoint Code Builder menu>>.
7777

7878
. If you have an Anypoint Platform account running in the EU cloud, change the *Mule: Control Plane* setting to *EU cloud*.
7979
+

modules/ROOT/pages/af-create-agent-network.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To get started try one of these suggested prompts.
2727

2828
. If you're not logged in, log in to your Anypoint Platform account.
2929
. In Anypoint Code Builder choose on of the following:
30-
* In Quick Actions, select *Create an Agent Network*.
30+
* In Create, select *Create an Agent Network*.
3131
* From the Command Palette, run this command: *MuleSoft: Create an Agent Network Project*.
3232
. Enter a name for the project and select the location to create the project.
3333
. Select the business group associated with the target space you created in xref:anypoint-code-builder::af-get-started.adoc[Get Started with Agent Networks]. The business group you select must be the same business group you selected when you created the target space.

modules/ROOT/pages/ai-enabling-api-project-topic-center.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ See the xref:tutorials.adoc[] for details.
4141
include::partial$acb-reusable-steps.adoc[tags="open-ide"]
4242
+
4343
image::anypoint-code-builder-view.png["Anypoint Code Builder icon highlighted in the activity bar"]
44-
. From *Quick Actions*, click *Design an API*:
44+
. From *Create*, click *Design an API*:
4545
+
46-
image::design-api-1.png["*Design an API* link highlighted in the *Quick Actions* section"]
46+
image::design-api-1.png["*Design an API* link highlighted in the *Create* section"]
4747
. Select *Enable this API for Agent Topics and Actions*.
4848
. Complete the *API Specification* form:
4949
+

modules/ROOT/pages/des-create-api-fragments.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ To create an API spec fragment:
5656
include::partial$acb-reusable-steps.adoc[tags="open-ide"]
5757
+
5858
image::anypoint-code-builder-view.png["Anypoint Code Builder icon highlighted in the activity bar"]
59-
. From *Quick Actions*, click *Design an API*:
59+
. From *Create*, click *Design an API*:
6060
+
61-
image::design-api-1.png["*Design an API* link highlighted in the *Quick Actions* section"]
61+
image::design-api-1.png["*Design an API* link highlighted in the *Create* section"]
6262
. In *Design an API*, click the *API Fragment* tab:
6363
+
6464
image:des-api-fragment.png["API Fragment tab on the Design an API page"]

modules/ROOT/pages/des-create-api-specs.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ To create an API spec project in Anypoint Code Builder:
3737
include::partial$acb-reusable-steps.adoc[tags="open-ide"]
3838
+
3939
image::anypoint-code-builder-view.png["Anypoint Code Builder icon highlighted in the activity bar"]
40-
. From *Quick Actions*, click *Design an API*:
40+
. From *Create*, click *Design an API*:
4141
+
42-
image::design-api-1.png["*Design an API* link highlighted in the *Quick Actions* section"]
42+
image::design-api-1.png["*Design an API* link highlighted in the *Create* section"]
4343

4444
. Complete the *API Specification* form:
4545
+

modules/ROOT/pages/des-create-asyncapi-api-specs.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ To create and design an AsyncAPI spec project in Anypoint Code Builder:
3232
include::partial$acb-reusable-steps.adoc[tags="open-ide"]
3333
+
3434
image::anypoint-code-builder-view.png["Anypoint Code Builder icon highlighted in the activity bar"]
35-
. From *Quick Actions*, click *Design an API*:
35+
. From *Create*, click *Design an API*:
3636
+
37-
image::design-api-1.png["*Design an API* link highlighted in the *Quick Actions* section"]
37+
image::design-api-1.png["*Design an API* link highlighted in the *Create* section"]
3838

3939
. Complete the *API Specification* form:
4040
+

0 commit comments

Comments
 (0)