Skip to content

Commit e8cf255

Browse files
Apply suggestions from code review
Applying review
1 parent 9e7656a commit e8cf255

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

modules/ROOT/pages/int-configure-dw-expressions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Using DataWeave Expressions and Transformations
1+
= Using DataWeave Expressions and Transformations in Anypoint Code Builder
22
:page-aliases: int-use-dw-to-transform-data.adoc, int-address-dw-errors.adoc, int-import-dw-libraries.adoc
33

44
DataWeave is the MuleSoft programming language for data transformation and for defining expressions. Use DataWeave to process Mule event data, such as `payload`, `attributes`, and `vars`, in connector operations and other components. Develop DataWeave expressions and transformations in your Mule applications using the *Expression Field*, *Expression Builder*, or *Transformation Builder*, or by editing the configuration XML. Generate DataWeave transformations with AI help by providing input and output sample data, metadata, or both.

modules/ROOT/pages/int-create-secure-configs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include::reuse::partial$beta-banner.adoc[tag="anypoint-code-builder"]
77
//LOGO (web, desktop, or both)
88
// include::partial$acb-ide-logos.adoc[tags="both-ides"]
99

10-
Define configuration properties to manage sensitive values, use variables instead of hardcoded strings, and configure environment-specific settings for your Mule applications.
10+
Define configuration properties to secure and customize your Mule application configuration for different deployment environments.
1111

1212
* Encrypt sensitive values used in your Mule application.
1313
* Define and use variables instead of literal strings when setting values in the configuration XML.

modules/ROOT/pages/int-migrate-studio-to-acb.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Migrating Mule Projects from Anypoint Studio
1+
= Migrating Mule Projects from Anypoint Studio to Anypoint Code Builder
22
:page-deployment-options: cloud-ide, desktop-ide
33

44
Migrate your Mule project from Anypoint Studio to Anypoint Code Builder by creating a deployable Mule application archive (JAR file).

0 commit comments

Comments
 (0)