From 04470c3543261fa2ec0672b7bf25c766d17260d5 Mon Sep 17 00:00:00 2001 From: Filip Date: Thu, 29 Aug 2024 18:57:15 +0200 Subject: [PATCH 1/3] os changes --- docs/content/1.index.md | 5 +---- docs/content/2.getting-started/1.quick-start.md | 4 ++++ 2 files changed, 5 insertions(+), 4 deletions(-) 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 From d14753bc4d5c651ea51153da1b581a3b07749fac Mon Sep 17 00:00:00 2001 From: Filip Date: Fri, 30 Aug 2024 10:32:28 +0200 Subject: [PATCH 2/3] homepage fix --- docs/content/1.index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/1.index.md b/docs/content/1.index.md index 4f8c7c2b1..1dfdf89f3 100644 --- a/docs/content/1.index.md +++ b/docs/content/1.index.md @@ -18,6 +18,7 @@ Quickly install, configure, and start using the Magento Integration with the Alo #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"} +:: ## Guides From fae9b57c0d718211234ac64c9ac9b02f855baaaf Mon Sep 17 00:00:00 2001 From: Filip Date: Fri, 30 Aug 2024 13:00:39 +0200 Subject: [PATCH 3/3] homepage fix --- docs/content/1.index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/1.index.md b/docs/content/1.index.md index 1dfdf89f3..62db8138c 100644 --- a/docs/content/1.index.md +++ b/docs/content/1.index.md @@ -18,6 +18,7 @@ Quickly install, configure, and start using the Magento Integration with the Alo #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"} + ::