From de5a5f4457f67603e4bf13abe6d67efa4e6c62c0 Mon Sep 17 00:00:00 2001 From: Volodymyr Kublytskyi Date: Mon, 2 Oct 2023 11:50:48 -0500 Subject: [PATCH] Added link to Commerce UIX docs (#59) --- gatsby-config.js | 6 +++++- src/pages/overview/faq/index.md | 6 ++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index 62e6c83f..999a3fa7 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -36,7 +36,11 @@ module.exports = { { title: "AEM Content Fragments Editor", path: "/services/aem-cf-editor/" - } + }, + { + title: "Adobe Commerce Admin", + path: "https://developer.adobe.com/commerce/extensibility/admin-ui-sdk/" + }, ] } ], diff --git a/src/pages/overview/faq/index.md b/src/pages/overview/faq/index.md index 0fbe83b8..600e306e 100644 --- a/src/pages/overview/faq/index.md +++ b/src/pages/overview/faq/index.md @@ -93,6 +93,8 @@ For more information see [Code Generation](../../services/aem-cf-console-admin/c Our [code generator](../../services/aem-cf-console-admin/code-generation/) supplies a demo project that you may generate and deploy for your IMS organization. Explore it and change to learn what is possible with UI Extensibility. - +## How I can ask for additional extension point -UI Extensibility is currently available for early preview as a beta release. If you cannot find an answer to your question please contact us directly at uix@adobe.com. +We are open to genuine feedback and would gladly expand UI Extensibility capability to solve your needs. + +Please get in touch with us through email at uix@adobe.com for feature requests, use-case validation, assistance with extension implementation, or bug reports.