Skip to content

Commit d21245e

Browse files
Reoving code snippets topic, links and references
1 parent c424a5e commit d21245e

10 files changed

Lines changed: 20 additions & 525 deletions

modules/ROOT/nav.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
* xref:int-developing-integrations.adoc[]
8181
** xref:int-create-integrations.adoc[]
8282
** xref:int-configure-components.adoc[]
83-
*** xref:int-work-with-code-snippets.adoc[]
8483
*** xref:int-configure-components-add.adoc[]
8584
*** xref:int-configure-dw-expressions.adoc[]
8685
*** xref:int-configure-components-check-connection.adoc[]

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ For reference documentation on specific connector and component configurations,
5252

5353
//
5454
// tag::note-component-add-config[]
55-
When adding components, you can start from xref:int-work-with-code-snippets.adoc[code snippets], the canvas, or the configuration XML for your app.
55+
When adding components, you can start from the canvas or the configuration XML for your app.
5656
You can configure components from their configuration panels in the canvas or from the XML.
5757
// end::note-component-add-config[]
5858
//
@@ -238,8 +238,6 @@ The configuration XML file now includes the XML for the HTTP Listener within the
238238
+
239239
For example, add the `<http:listener-config/>` component from a snippet.
240240
+
241-
For more information about snippets, see xref:anypoint-code-builder::int-work-with-code-snippets.adoc[].
242-
+
243241
.. In the configuration XML, place your cursor before the opening `<flow>` tag, and type `http`.
244242
+
245243
Ensure that the cursor is not inside the `<flow/>` element.

modules/ROOT/pages/index.adoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,6 @@ A flow reference enables you to trigger execution of a flow or subflow from anot
8383
[[business-groups]]
8484
* Business groups organize APIs, Mule applications, and other resources within an Anypoint Platform organization. Organization administrators create and control access to business groups. For details about business groups, organizations, and related management features, see xref:access-management::business-groups.adoc[].
8585

86-
[[snippets]]
87-
== Code Snippets
88-
89-
Snippets are code patterns that you can insert from the IDE into the configuration XML files of your Mule applications. Using code snippets for reusable code patterns helps you work more efficiently and reduces the potential for configuration errors.
90-
91-
The IDE provides built-in snippets, and you can create your own user snippets. To use and create code snippets, see xref:int-work-with-code-snippets.adoc[].
92-
9386
== Anypoint Platform Product Integrations
9487

9588
//relationships to our other products

modules/ROOT/pages/int-ai-gen-flow-examples.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ The `type` attribute is set to `Account` to specify the object type to update.
165165

166166
=== Complete the Flow
167167

168-
To run this flow, use built-in snippets to add configurations for your Salesforce instance. For more information about built-in snippets, see xref:int-work-with-code-snippets.adoc[].
168+
To run this flow,add configurations for your Salesforce instance.
169169

170170
The following is an example of the completed flow:
171171

@@ -430,7 +430,6 @@ The following is an example of the completed flow:
430430

431431
== See Also
432432

433-
* xref:int-work-with-code-snippets.adoc[]
434433
* xref:vibes-create-integrations.adoc[]
435434
* xref:acb-reference.adoc[]
436435
* xref:acb-component-scheduler.adoc[]

modules/ROOT/pages/int-configure-components.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
= Configuring Components
22
:page-deployment-options: cloud-ide, desktop-ide
3+
:page-aliases: int-work-with-code-snippets.adoc, work-with-code-snippets.adoc, create-xml-snippets.adoc
34
:open-config-xml: In the Explorer, open the configuration XML file for your project:
45

56
include::reuse::partial$beta-banner.adoc[tag="anypoint-code-builder"]
@@ -8,7 +9,6 @@ Configure connectors and processors within your implementation and integration p
89

910
Common tasks include the following:
1011

11-
* xref:int-work-with-code-snippets.adoc[Work with Code Snippets]
1212
* <<add-components>>
1313
* xref:int-configure-dw-expressions.adoc[Configure Expressions]
1414
* <<check-connection>>
@@ -17,7 +17,7 @@ Common tasks include the following:
1717
1818
== Before You Begin
1919

20-
* Determine which connectors, processors, and snippets you intend to use.
20+
* Determine which connectors and processors you intend to use.
2121
+
2222
// Note on ways to start component configs:
2323
include::partial$acb-component-info.adoc[tags="note-component-add-config"]

modules/ROOT/pages/int-create-integrations.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,4 @@ The file's canvas provides the same options for building your project file that
132132

133133
* xref:start-workspaces.adoc[]
134134
* xref:acb-reference.adoc[]
135-
* xref:int-work-with-code-snippets.adoc[]
136135
* xref:debugging-mule-apps.adoc[]

modules/ROOT/pages/int-developing-integrations.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Some common use cases are:
2222
After you xref:int-create-integrations.adoc[create your integration project],
2323
you can optionally:
2424

25-
* xref:int-work-with-code-snippets.adoc[Work with code snippets].
2625
* xref:int-create-secure-configs.adoc[Define and secure properties for your Mule application].
2726
* xref:int-trigger-flows.adoc[Trigger flows in your development environment].
2827
* xref:int-use-dw-to-transform-data.adoc[Use the DataWeave language].

0 commit comments

Comments
 (0)