docs: fix outdated links (#10040)
This commit is contained in:
@@ -23,7 +23,7 @@ If you think this is a mistake, please [report this issue on GitHub](https://git
|
||||
items={[
|
||||
{
|
||||
title: "Get Started Docs",
|
||||
href: "/",
|
||||
href: "/learn",
|
||||
icon: BookOpen
|
||||
},
|
||||
{
|
||||
|
||||
@@ -16,7 +16,7 @@ This chapter covers how to define an API route that creates a brand as the last
|
||||
items={[
|
||||
{
|
||||
text: "createBrandWorkflow",
|
||||
link: "/customization/custom-features/workflow"
|
||||
link: "/learn/customization/custom-features/workflow"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -34,7 +34,7 @@ This is even more useful when you create workflows with many steps, or integrate
|
||||
items={[
|
||||
{
|
||||
text: "Brand Module",
|
||||
link: "/customization/custom-features/module"
|
||||
link: "/learn/customization/custom-features/module"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -26,7 +26,7 @@ The UI Route can be shown in the sidebar or added as a nested page.
|
||||
items={[
|
||||
{
|
||||
text: "Brand Module",
|
||||
link: "/customization/custom-features/module"
|
||||
link: "/learn/customization/custom-features/module"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -18,7 +18,7 @@ This chapter covers how to show the brand of a product in the Medusa Admin using
|
||||
items={[
|
||||
{
|
||||
text: "Retrieve Brand of Product API Route",
|
||||
link: "/customization/extend-models/query-linked-records"
|
||||
link: "/learn/customization/extend-models/query-linked-records"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -18,7 +18,7 @@ This chapter covers how to define a link between the `Brand` and `Product`data m
|
||||
items={[
|
||||
{
|
||||
text: "Brand Module having a Brand data model",
|
||||
link: "/customization/custom-features/module"
|
||||
link: "/learn/customization/custom-features/module"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -26,11 +26,11 @@ It's useful when you want to pass custom data, such as the brand ID, then perfor
|
||||
items={[
|
||||
{
|
||||
text: "Brand Module",
|
||||
link: "/customization/custom-features/module"
|
||||
link: "/learn/customization/custom-features/module"
|
||||
},
|
||||
{
|
||||
text: "Defined link between the Brand and Product data models.",
|
||||
link: "/customization/extend-models/define-link"
|
||||
link: "/learn/customization/extend-models/define-link"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -24,11 +24,11 @@ Query is a utility that retrieves data across modules and their links. It’s re
|
||||
items={[
|
||||
{
|
||||
text: "Brand Module",
|
||||
link: "/customization/custom-features/module"
|
||||
link: "/learn/customization/custom-features/module"
|
||||
},
|
||||
{
|
||||
text: "Defined link between the Brand and Product data models.",
|
||||
link: "/customization/extend-models/define-link"
|
||||
link: "/learn/customization/extend-models/define-link"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -18,7 +18,7 @@ This chapter covers how to emit an event when a brand is created, listen to that
|
||||
items={[
|
||||
{
|
||||
text: "Brand Module with createBrandWorkflow",
|
||||
link: "/customization/custom-features/workflow"
|
||||
link: "/learn/customization/custom-features/workflow"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -18,7 +18,7 @@ This chapter covers how to use workflows and scheduled jobs to sync brands from
|
||||
items={[
|
||||
{
|
||||
text: "Brand Module",
|
||||
link: "/customization/custom-features/module"
|
||||
link: "/learn/customization/custom-features/module"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -18,7 +18,7 @@ This chapter covers how to integrate a dummy third-party system in a service as
|
||||
items={[
|
||||
{
|
||||
text: "Brand Module",
|
||||
link: "/customization/custom-features/module"
|
||||
link: "/learn/customization/custom-features/module"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -12,7 +12,7 @@ In this chapter, you'll learn how to write integration tests for API routes usin
|
||||
items={[
|
||||
{
|
||||
text: "Testing Tools Setup",
|
||||
link: "/debugging-and-testing/testing-tools"
|
||||
link: "/learn/debugging-and-testing/testing-tools"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -12,7 +12,7 @@ In this chapter, you'll learn how to write integration tests for workflows using
|
||||
items={[
|
||||
{
|
||||
text: "Testing Tools Setup",
|
||||
link: "/debugging-and-testing/testing-tools"
|
||||
link: "/learn/debugging-and-testing/testing-tools"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -12,7 +12,7 @@ In this chapter, find an example of writing an integration test for a module usi
|
||||
items={[
|
||||
{
|
||||
text: "Testing Tools Setup",
|
||||
link: "/debugging-and-testing/testing-tools"
|
||||
link: "/learn/debugging-and-testing/testing-tools"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -12,7 +12,7 @@ In this chapter, you'll learn about the `moduleIntegrationTestRunner` utility fu
|
||||
items={[
|
||||
{
|
||||
text: "Testing Tools Setup",
|
||||
link: "/debugging-and-testing/testing-tools"
|
||||
link: "/learn/debugging-and-testing/testing-tools"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user