diff --git a/docs/content/1.index.md b/docs/content/1.index.md index c7b64841d..4f8c7c2b1 100644 --- a/docs/content/1.index.md +++ b/docs/content/1.index.md @@ -12,16 +12,13 @@ Quickly build your storefront with the Alokai SDK for Magento. Connect your Mage Quickly install, configure, and start using the Magento Integration with the Alokai SDK. -::grid{:columns='3'} +::grid{:columns='2'} #section-1 :card{to="/general" title="What is Alokai?" description="New here? Learn about all the different ways Alokai can help you build with performant websites." icon="ri:book-2-fill"} #section-2 :card{to="$base/getting-started/magento" title="Local Development" description="Use our CLI to setup a local Magento instance in minutes." icon="ri:terminal-box-fill"} -#section-3 -:card{to="$base/api/magento-sdk" title="GitHub" description="Our Magento 2 SDK is fully open source. Explore the full source code for yourself on GitHub." icon="mdi:github" :colored-icon="false" } -:: ## Guides diff --git a/docs/content/2.getting-started/1.quick-start.md b/docs/content/2.getting-started/1.quick-start.md index 377fe6a15..38dec784d 100644 --- a/docs/content/2.getting-started/1.quick-start.md +++ b/docs/content/2.getting-started/1.quick-start.md @@ -6,6 +6,10 @@ Your Alokai application has two parts: 2. **Front-end application** - any application using JavaScript or TypeScript that can connect to the server middleware. Popular choices include [Nuxt](https://nuxt.com/) and [Next.js](https://nextjs.org/). +:::read-more +The Open Source version of Magento integration does not come out of the box with ready storefront. This is an Enterprise-only feature. [Read more about Alokai Enterprise](/enterprise) +::: + In this section, we will explain in a step-by-step guide how to use Magento 2 integration in each part of your Alokai application. :::read-more