W-23851984-pce-4.3-docs-kt - #427
Open
kevintroller wants to merge 3 commits into
Open
Conversation
Document StorageClass shared filesystem mode, Anypoint Code Builder setup and deploy flows, and a deploy landing page covering ACB and Studio paths.
| Follow these steps to develop, package, and deploy Mule applications to Anypoint Platform Private Cloud Edition (Anypoint Platform PCE) using Anypoint Code Builder and MuleSoft Vibes Skills: | ||
|
|
||
| . xref:#connect-acb[Connect Anypoint Platform PCE with Anypoint Code Builder] | ||
| . xref:#develop-mule-app[Develop Mule Application] |
Contributor
There was a problem hiding this comment.
Develop a Mule Application
or
Develop Mule Applications
Crispy-Salesforce
approved these changes
Sep 10, 2026
|
|
||
| . xref:#connect-acb[Connect Anypoint Platform PCE with Anypoint Code Builder] | ||
| . xref:#develop-mule-app[Develop Mule Application] | ||
| . xref:#package-export[Package and Export the Mule Application] |
Contributor
There was a problem hiding this comment.
Suggested change
| . xref:#package-export[Package and Export the Mule Application] | |
| . xref:#package-export[Package and Export Your Mule Application] |
| To connect Anypoint Platform PCE with Anypoint Code Builder, follow the instructions in xref:config-code-builder.adoc[]. | ||
|
|
||
| [[develop-mule-app]] | ||
| == Develop Mule Application |
Contributor
There was a problem hiding this comment.
See my comment above
|
|
||
|
|
||
| [[package-export]] | ||
| == Package and Export the Mule Application |
Contributor
There was a problem hiding this comment.
Suggested change
| == Package and Export the Mule Application | |
| == Package and Export Your Mule Application |
|
|
||
| Manually create the deployable Mule application artifact: | ||
|
|
||
| . In the VS Code Explorer, right-click your `mule-artifact.json` file or any XML file in `src/main/mule`. |
Contributor
There was a problem hiding this comment.
Suggested change
| . In the VS Code Explorer, right-click your `mule-artifact.json` file or any XML file in `src/main/mule`. | |
| . In the VS Code explorer, right-click your `mule-artifact.json` file or any XML file in `src/main/mule`. |
|
|
||
| * xref:deploy-apps.adoc[] | ||
| * xref:config-code-builder.adoc[] | ||
| * xref:anypoint-code-builder::int-developing-integrations.adoc[Developing Integrations] |
Contributor
There was a problem hiding this comment.
Suggested change
| * xref:anypoint-code-builder::int-developing-integrations.adoc[Developing Integrations] | |
| * xref:anypoint-code-builder::int-developing-integrations.adoc[] |
| * xref:deploy-apps.adoc[] | ||
| * xref:config-code-builder.adoc[] | ||
| * xref:anypoint-code-builder::int-developing-integrations.adoc[Developing Integrations] | ||
| * xref:runtime-manager::deploying-to-your-own-servers.adoc[Deploying to Your Own Servers] |
Contributor
There was a problem hiding this comment.
Suggested change
| * xref:runtime-manager::deploying-to-your-own-servers.adoc[Deploying to Your Own Servers] | |
| * xref:runtime-manager::deploying-to-your-own-servers.adoc[] |
|
|
||
| Before you deploy, ensure that: | ||
|
|
||
| * Your servers are registered and running in Runtime Manager. See xref:runtime-manager::managing-servers.adoc[About Servers, Server Groups, and Clusters]. |
Contributor
There was a problem hiding this comment.
Suggested change
| * Your servers are registered and running in Runtime Manager. See xref:runtime-manager::managing-servers.adoc[About Servers, Server Groups, and Clusters]. | |
| * Your servers are registered and running in Runtime Manager. See xref:runtime-manager::managing-servers.adoc[]. |
Contributor
There was a problem hiding this comment.
(Globally) avoid hard-coded text
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces #426 (recreated to resolve CLA issues from brought-in commits).
Test plan