From 5e10f35e750e1818eb1128e8769d7ea03b3127f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=C5=9Aliwa?= Date: Thu, 3 Apr 2025 08:57:17 +0200 Subject: [PATCH 1/3] fix: multistore use cases link --- docs/content/guides/7.multistore/1.introduction/1.index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/guides/7.multistore/1.introduction/1.index.md b/docs/content/guides/7.multistore/1.introduction/1.index.md index b552baf80c..7e74189237 100644 --- a/docs/content/guides/7.multistore/1.introduction/1.index.md +++ b/docs/content/guides/7.multistore/1.introduction/1.index.md @@ -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" to="/guides/multistore/introduction/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 ::: :: From 43d339fbbb0a5e296cb05345fbd4199a15d1b534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=C5=9Aliwa?= Date: Thu, 3 Apr 2025 09:05:38 +0200 Subject: [PATCH 2/3] fix: other links --- .../guides/7.multistore/2.tooling-and-concepts/1.index.md | 2 +- .../2.development/3.managing-the-stores.md | 2 +- .../2.tooling-and-concepts/2.development/4.local-environment.md | 2 +- .../3.deployment/{6.deployment.md => 1.index.md} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename docs/content/guides/7.multistore/2.tooling-and-concepts/3.deployment/{6.deployment.md => 1.index.md} (100%) diff --git a/docs/content/guides/7.multistore/2.tooling-and-concepts/1.index.md b/docs/content/guides/7.multistore/2.tooling-and-concepts/1.index.md index 9dce99cc66..2df35d1393 100644 --- a/docs/content/guides/7.multistore/2.tooling-and-concepts/1.index.md +++ b/docs/content/guides/7.multistore/2.tooling-and-concepts/1.index.md @@ -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 ::: :: diff --git a/docs/content/guides/7.multistore/2.tooling-and-concepts/2.development/3.managing-the-stores.md b/docs/content/guides/7.multistore/2.tooling-and-concepts/2.development/3.managing-the-stores.md index 0ca448b003..4013e1cbcb 100644 --- a/docs/content/guides/7.multistore/2.tooling-and-concepts/2.development/3.managing-the-stores.md +++ b/docs/content/guides/7.multistore/2.tooling-and-concepts/2.development/3.managing-the-stores.md @@ -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 ::: :: diff --git a/docs/content/guides/7.multistore/2.tooling-and-concepts/2.development/4.local-environment.md b/docs/content/guides/7.multistore/2.tooling-and-concepts/2.development/4.local-environment.md index 5193c29c99..53c6376562 100644 --- a/docs/content/guides/7.multistore/2.tooling-and-concepts/2.development/4.local-environment.md +++ b/docs/content/guides/7.multistore/2.tooling-and-concepts/2.development/4.local-environment.md @@ -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 ::: :: diff --git a/docs/content/guides/7.multistore/2.tooling-and-concepts/3.deployment/6.deployment.md b/docs/content/guides/7.multistore/2.tooling-and-concepts/3.deployment/1.index.md similarity index 100% rename from docs/content/guides/7.multistore/2.tooling-and-concepts/3.deployment/6.deployment.md rename to docs/content/guides/7.multistore/2.tooling-and-concepts/3.deployment/1.index.md From 95749f44906f93e1e706aab2d18f327a339b2647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=C5=9Aliwa?= Date: Thu, 3 Apr 2025 09:06:52 +0200 Subject: [PATCH 3/3] refactor: just cta in use cases card --- docs/content/guides/7.multistore/1.introduction/1.index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guides/7.multistore/1.introduction/1.index.md b/docs/content/guides/7.multistore/1.introduction/1.index.md index 7e74189237..3e2f8b1836 100644 --- a/docs/content/guides/7.multistore/1.introduction/1.index.md +++ b/docs/content/guides/7.multistore/1.introduction/1.index.md @@ -61,7 +61,7 @@ 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/introduction/use-cases"} +::card{title="Next: Use Cases"} #description Learn the most common use cases that Alokai Multistore was built for.