-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
436 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: | ||
layout: default | ||
--- | ||
|
||
# Multistore | ||
|
||
On this page you'll find a set of guides that will help you to understand the fundamentals of Alokai and how different parts of our stack will help you to build your Alokai application. | ||
|
||
Below you will find a list of guides to help you get started with Alokai. | ||
|
||
::card{title="Introduction" icon="tabler:brand-nextjs" to="/guides/multistore/introduction" } | ||
|
||
#description | ||
Learn | ||
:: | ||
|
||
<br /> | ||
|
||
::card{title="Tooling and concepts" icon="tabler:brand-react" to="/guides/multistore/tooling-and-concepts" } | ||
|
||
#description | ||
Learn | ||
:: | ||
|
||
<br /> | ||
|
||
::card{title="Patterns" icon="tabler:brand-nuxt" to="/guides/multistore/patterns" } | ||
|
||
#description | ||
Learn | ||
:: |
20 changes: 20 additions & 0 deletions
20
docs/content/guides/6.multistore/1.introduction/1.index.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Challenges with multistore setups | ||
layout: default | ||
--- | ||
|
||
# Challenges with multistore setups | ||
|
||
Let's get started! | ||
|
||
::card{title="Next: How Alokai is uniquely positioned to solve this problem better than others" icon="tabler:number-1-small" } | ||
|
||
#description | ||
|
||
TODO | ||
|
||
#cta | ||
:::docs-button{to="/guides/multistore/introduction/alokai-solve-this-problem"} | ||
Next | ||
::: | ||
:: |
20 changes: 20 additions & 0 deletions
20
docs/content/guides/6.multistore/1.introduction/2.alokai-solve-this-problem.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: How Alokai is uniquely positioned to solve this problem better than others | ||
layout: default | ||
navigation: | ||
icon: tabler:number-1-small | ||
--- | ||
|
||
# How Alokai is uniquely positioned to solve this problem better than others | ||
|
||
|
||
::card{title="Next: Use cases" icon="tabler:number-2-small" } | ||
|
||
#description | ||
TODO | ||
|
||
#cta | ||
:::docs-button{to="/guides/multistore/introduction/use-cases"} | ||
Next | ||
::: | ||
:: |
20 changes: 20 additions & 0 deletions
20
docs/content/guides/6.multistore/1.introduction/3.use-cases.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Use cases | ||
layout: default | ||
navigation: | ||
icon: tabler:number-2-small | ||
--- | ||
|
||
# Use cases | ||
|
||
|
||
::card{title="Next: Tooling and concepts" icon="tabler:number-3-small" } | ||
|
||
#description | ||
TODO | ||
|
||
#cta | ||
:::docs-button{to="/guides/multistore/tooling-and-concepts"} | ||
Next | ||
::: | ||
:: |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title: Introduction | ||
sidebarRoot: true | ||
navigation: | ||
icon: tabler:brand-nextjs |
18 changes: 18 additions & 0 deletions
18
docs/content/guides/6.multistore/2.tooling-and-concepts/1.index.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: Tooling and Concepts | ||
layout: default | ||
--- | ||
|
||
# Tooling and concepts | ||
|
||
|
||
::card{title="Next: File-based inheritance" icon="tabler:number-1-small" } | ||
|
||
#description | ||
TODO | ||
|
||
#cta | ||
:::docs-button{to="/guides/multistore/tooling-and-concepts/file-based-inheritance"} | ||
Start building | ||
::: | ||
:: |
20 changes: 20 additions & 0 deletions
20
.../content/guides/6.multistore/2.tooling-and-concepts/2.file-based-inheritance.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: File-based inheritance | ||
layout: default | ||
navigation: | ||
icon: tabler:number-1-small | ||
--- | ||
|
||
# File-based inheritance | ||
|
||
|
||
::card{title="Next: Development - Managing the stores" icon="tabler:number-2-small" } | ||
|
||
#description | ||
TODO | ||
|
||
#cta | ||
:::docs-button{to="/guides/multistore/tooling-and-concepts/managing-the-stores"} | ||
Next | ||
::: | ||
:: |
20 changes: 20 additions & 0 deletions
20
...ides/6.multistore/2.tooling-and-concepts/3.development/3.managing-the-stores.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Managing the stores | ||
layout: default | ||
navigation: | ||
icon: tabler:number-2-small | ||
--- | ||
|
||
# Development - Managing the stores | ||
|
||
|
||
::card{title="Next: Development - Using a local environment" icon="tabler:number-3-small" } | ||
|
||
#description | ||
TODO | ||
|
||
#cta | ||
:::docs-button{to="/guides/multistore/tooling-and-concepts/local-environment"} | ||
Next | ||
::: | ||
:: |
20 changes: 20 additions & 0 deletions
20
...guides/6.multistore/2.tooling-and-concepts/3.development/4.local-environment.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Using a local environment | ||
layout: default | ||
navigation: | ||
icon: tabler:number-2-small | ||
--- | ||
|
||
# Development - Using a local environment | ||
|
||
|
||
::card{title="Next: Development - Writing an integration tests with Playwright" icon="tabler:number-3-small" } | ||
|
||
#description | ||
TODO | ||
|
||
#cta | ||
:::docs-button{to="/guides/multistore/tooling-and-concepts/integration-tests"} | ||
Next | ||
::: | ||
:: |
20 changes: 20 additions & 0 deletions
20
...guides/6.multistore/2.tooling-and-concepts/3.development/5.integration-tests.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Writing an integration tests with Playwright | ||
layout: default | ||
navigation: | ||
icon: tabler:number-2-small | ||
--- | ||
|
||
# Development - Writing an integration tests with Playwright | ||
|
||
|
||
::card{title="Next: Deployment - How it works?" icon="tabler:number-3-small" } | ||
|
||
#description | ||
TODO | ||
|
||
#cta | ||
:::docs-button{to="/guides/multistore/tooling-and-concepts/deployment"} | ||
Next | ||
::: | ||
:: |
3 changes: 3 additions & 0 deletions
3
docs/content/guides/6.multistore/2.tooling-and-concepts/3.development/_dir.yml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
title: Development | ||
navigation: | ||
icon: tabler:brand-nuxt |
20 changes: 20 additions & 0 deletions
20
...content/guides/6.multistore/2.tooling-and-concepts/4.deployment/6.deployment.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: How it works? | ||
layout: default | ||
navigation: | ||
icon: tabler:number-2-small | ||
--- | ||
|
||
# Deployment - How it works? | ||
|
||
|
||
::card{title="Next: Deployment - Configuration" icon="tabler:number-3-small" } | ||
|
||
#description | ||
TODO | ||
|
||
#cta | ||
:::docs-button{to="/guides/multistore/tooling-and-concepts/configuration"} | ||
Next | ||
::: | ||
:: |
20 changes: 20 additions & 0 deletions
20
...tent/guides/6.multistore/2.tooling-and-concepts/4.deployment/7.configuration.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Configuration | ||
layout: default | ||
navigation: | ||
icon: tabler:number-2-small | ||
--- | ||
|
||
# Deployment - Configuration | ||
|
||
|
||
::card{title="Next: Deployment - CI/CD" icon="tabler:number-3-small" } | ||
|
||
#description | ||
TODO | ||
|
||
#cta | ||
:::docs-button{to="/guides/multistore/tooling-and-concepts/ci-cd"} | ||
Next | ||
::: | ||
:: |
20 changes: 20 additions & 0 deletions
20
docs/content/guides/6.multistore/2.tooling-and-concepts/4.deployment/8.ci-cd.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: CI/CD | ||
layout: default | ||
navigation: | ||
icon: tabler:number-2-small | ||
--- | ||
|
||
# Deployment - CI/CD | ||
|
||
|
||
::card{title="Next: CLI Reference" icon="tabler:number-3-small" } | ||
|
||
#description | ||
TODO | ||
|
||
#cta | ||
:::docs-button{to="/guides/multistore/tooling-and-concepts/cli-reference"} | ||
Next | ||
::: | ||
:: |
3 changes: 3 additions & 0 deletions
3
docs/content/guides/6.multistore/2.tooling-and-concepts/4.deployment/_dir.yml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
title: Deployment | ||
navigation: | ||
icon: tabler:brand-nuxt |
20 changes: 20 additions & 0 deletions
20
docs/content/guides/6.multistore/2.tooling-and-concepts/5.cli-reference.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: CLI Reference | ||
layout: default | ||
navigation: | ||
icon: tabler:number-2-small | ||
--- | ||
|
||
# CLI Reference | ||
|
||
|
||
::card{title="Next: Patterns" icon="tabler:number-3-small" } | ||
|
||
#description | ||
TODO | ||
|
||
#cta | ||
:::docs-button{to="/guides/multistore/patterns"} | ||
Next | ||
::: | ||
:: |
4 changes: 4 additions & 0 deletions
4
docs/content/guides/6.multistore/2.tooling-and-concepts/_dir.yml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title: Tooling and concepts | ||
sidebarRoot: true | ||
navigation: | ||
icon: tabler:brand-react-native |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Patterns | ||
layout: default | ||
--- | ||
|
||
# Patterns | ||
|
||
|
||
Let's get started! | ||
|
||
::card{title="Next: Design - Global styles per store" icon="tabler:number-1-small" } | ||
|
||
#description | ||
TODO | ||
|
||
#cta | ||
:::docs-button{to="/guides/multistore/patterns/global-styles-per-store"} | ||
Next | ||
::: | ||
:: |
8 changes: 8 additions & 0 deletions
8
docs/content/guides/6.multistore/3.patterns/2.design/1.global-styles-per-store.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Global styles per store | ||
layout: default | ||
navigation: | ||
icon: tabler:number-1-small | ||
--- | ||
|
||
# Global styles per store. |
8 changes: 8 additions & 0 deletions
8
...ontent/guides/6.multistore/3.patterns/2.design/2.controlling-layout-with-cms.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Controlling layout with CMS | ||
layout: default | ||
navigation: | ||
icon: tabler:number-1-small | ||
--- | ||
|
||
# Controlling layout with CMS |
8 changes: 8 additions & 0 deletions
8
...ent/guides/6.multistore/3.patterns/2.design/3.different-styles-per-component.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Different styles for individual components | ||
layout: default | ||
navigation: | ||
icon: tabler:number-1-small | ||
--- | ||
|
||
# Different styles for individual components |
8 changes: 8 additions & 0 deletions
8
docs/content/guides/6.multistore/3.patterns/2.design/4.different-code-per-store.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Different markups for individual components | ||
layout: default | ||
navigation: | ||
icon: tabler:number-1-small | ||
--- | ||
|
||
# Different markups for individual components |
3 changes: 3 additions & 0 deletions
3
docs/content/guides/6.multistore/3.patterns/2.design/_dir.yml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
title: Design | ||
navigation: | ||
icon: tabler:brand-nuxt |
8 changes: 8 additions & 0 deletions
8
...nt/guides/6.multistore/3.patterns/3.data/1.different-config-same-integration.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Different configurations for the same integration | ||
layout: default | ||
navigation: | ||
icon: tabler:number-1-small | ||
--- | ||
|
||
# Different configurations for the same integration |
8 changes: 8 additions & 0 deletions
8
...ent/guides/6.multistore/3.patterns/3.data/2.different-integrations-per-store.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Different integrations in each store | ||
layout: default | ||
navigation: | ||
icon: tabler:number-1-small | ||
--- | ||
|
||
# Different integrations in each store |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
title: Data | ||
navigation: | ||
icon: tabler:brand-nuxt |
8 changes: 8 additions & 0 deletions
8
...ontent/guides/6.multistore/3.patterns/4.testing/1.override-playwright-config.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Override Playwright configurations for individual stores | ||
layout: default | ||
navigation: | ||
icon: tabler:number-1-small | ||
--- | ||
|
||
# Override Playwright configurations for individual stores |
Oops, something went wrong.