Skip to content

fix: multistore use cases link #7421

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

Merged
merged 3 commits into from
Apr 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/guides/7.multistore/1.introduction/1.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ The solution is flexible and allows you to optimize the ways you want to develop

This means that you can deploy completely separate storefronts or a single store with multiple variations from the same repository. One does not influence the other, so you can optimize the workflow and deployment to fit your needs without tradeoffs.

::card{title="Next: Use Cases" to="/guides/multistore/use-cases"}
::card{title="Next: Use Cases"}

#description
Learn the most common use cases that Alokai Multistore was built for.

#cta
:::docs-arrow-link{to="/guides/multistore/use-cases"}
:::docs-arrow-link{to="/guides/multistore/introduction/use-cases"}
Next
:::
::
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ Some files receive special treatment during composition:
Learn how to create and manage stores using the CLI.

#cta
:::docs-arrow-link{to="/guides/multistore/tooling-and-concepts/managing-the-stores"}
:::docs-arrow-link{to="/guides/multistore/tooling-and-concepts/development/managing-the-stores"}
Next
:::
::
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ rm -rf .turbo
Learn how to set up and use your local development environment effectively.

#cta
:::docs-arrow-link{to="/guides/multistore/tooling-and-concepts/local-environment"}
:::docs-arrow-link{to="/guides/multistore/tooling-and-concepts/development/local-environment"}
Next
:::
::
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Learn how to create and run integration tests using Playwright in your Alokai mu


#cta
:::docs-arrow-link{to="/guides/multistore/tooling-and-concepts/integration-tests"}
:::docs-arrow-link{to="/guides/multistore/tooling-and-concepts/development/integration-tests"}
Next
:::
::
Loading