Skip to content

Commit e7507cc

Browse files
Merge branch 'latest' into W-21369029-remove-snippets
2 parents e2387bc + e7ac020 commit e7507cc

29 files changed

Lines changed: 420 additions & 40 deletions

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#ECCN: EAR99
1+
#ECCN:Open Source
22
#GUSINFO:MS CX Engineering, MS CX (DOCS)
33
* @mulesoft/team-docs

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
@@ -101,6 +103,7 @@
101103
* xref:imp-implementing-apis.adoc[]
102104
** xref:imp-implement-api-specs.adoc[]
103105
** xref:imp-asyncapi.adoc[]
106+
** xref:imp-implement-grpc-api-spec.adoc[]
104107
** xref:imp-implement-local-apis.adoc[]
105108
** xref:imp-filter-search-results.adoc[]
106109

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-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/_partials/af-shared.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@ See xref:access-management::permissions-by-product.adoc[] for a list of all Anyp
5757
[[additional-reqs]]
5858
=== Additional Requirements
5959

60-
To complete these task, you also need:
60+
To complete these tasks, you also need:
6161

6262
* Your Anypoint Platform credentials
63-
* A tenant relationship established with a trusted Salesforce organization
64-
* xref:access-management::enabling-agentforce.adoc[Agentforce enabled in your organization]
65-
* xref:gateway::flex-gateway-managed-ingress-egress.adoc[Flex Gateway Ingress and Egress gateways]
6663
* xref:anypoint-code-builder::start-acb.adoc[Anypoint Code Builder desktop]
6764
+
6865
Allowlist Anypoint Code Builder URLs. For more information, see xref:anypoint-code-builder::urls-to-allow.adoc[Allow URLs for Anypoint Code Builder].
66+
* xref:gateway::flex-gateway-managed-ingress-egress.adoc[Flex Gateway Ingress and Egress gateways]
67+
68+
=== MuleSoft Vibes Requirements (Optional)
6969

70-
* https://learn.microsoft.com/en-us/powershell/scripting/install/install-powershell-on-windows?view=powershell-7.5&viewFallbackFrom=powershell-7.3[PowerShell] (For Windows operating systems only).
70+
If you plan to use MuleSoft Vibes to create agent network projects, make sure you meet xref:anypoint-code-builder::mulesoft-vibes.adoc#before-you-begin[the requirements].
7171

7272
[[cli-requirements]]
7373
=== CLI Requirements (Optional)

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
+

0 commit comments

Comments
 (0)