-
Notifications
You must be signed in to change notification settings - Fork 28
CEXT-5668: Introduces the App Management documentation section #491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
keharper
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand the audience. Is it for developers for packaging their apps? Merchants who have purchased an app?
iivvaannxx
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's good we encourage usage of the init script, that's what I wrote it, to automate the burden of all the manual steps required. But I feel we should document the actual manual setup so developers understand it end-to-end.
The script does a lot of "magic" and that can cause confusion if something fails. If developers understand what the script is doing, they can ensure everything is correctly configured by themselves.
This is what it's done in the usage guide.
Co-authored-by: Ivan Porto Wigner <dev.ivanporto@gmail.com>
Co-authored-by: Ivan Porto Wigner <dev.ivanporto@gmail.com>
Co-authored-by: Ivan Porto Wigner <dev.ivanporto@gmail.com>
Purpose of this pull request
This PR introduces the App Management documentation section, providing comprehensive guidance for developers and merchants on installing, configuring, and managing App Builder applications in Adobe Commerce.
Summary of changes
New documentation section: App Management
Created four new documentation pages under
/src/pages/app-management/:index.mdapp-metadata.mdapp.commerce.configconfiguration-schema.mdapp.commerce.configruntime-actions.mdassociate-apps.mdAll pages include a beta warning banner:
And a new metadata keyword: App Management
Additional info
JIRA CEXT-5668
Preview branch