docs: revise main docs outline (#10502)
This commit is contained in:
@@ -172,9 +172,9 @@ module.exports = defineConfig({
|
||||
|
||||
### Further Read
|
||||
|
||||
- [How to Create a Module](!docs!/learn/basics/modules)
|
||||
- [How to Create a Data Model](!docs!/learn/basics/modules#1-create-data-model)
|
||||
- [Learn more about the service factory](!docs!/learn/advanced-development/modules/service-factory).
|
||||
- [How to Create a Module](!docs!/learn/fundamentals/modules)
|
||||
- [How to Create a Data Model](!docs!/learn/fundamentals/modules#1-create-data-model)
|
||||
- [Learn more about the service factory](!docs!/learn/fundamentals/modules/service-factory).
|
||||
|
||||
---
|
||||
|
||||
@@ -257,7 +257,7 @@ This defines a list link to the `Order` data model since a subscription has mult
|
||||
|
||||
### Further Reads
|
||||
|
||||
- [How to Define a Link](!docs!/learn/advanced-development/module-links)
|
||||
- [How to Define a Link](!docs!/learn/fundamentals/module-links)
|
||||
|
||||
---
|
||||
|
||||
@@ -670,9 +670,9 @@ The workflow returns the created subscription and order.
|
||||
|
||||
### Further Reads
|
||||
|
||||
- [How to Create a Workflow](!docs!/learn/basics/workflows)
|
||||
- [Learn more about the compensation function](!docs!/learn/advanced-development/workflows/compensation-function)
|
||||
- [How to use the Remote Link](!docs!/learn/advanced-development/module-links/remote-link)
|
||||
- [How to Create a Workflow](!docs!/learn/fundamentals/workflows)
|
||||
- [Learn more about the compensation function](!docs!/learn/fundamentals/workflows/compensation-function)
|
||||
- [How to use the Remote Link](!docs!/learn/fundamentals/module-links/remote-link)
|
||||
|
||||
---
|
||||
|
||||
@@ -986,7 +986,7 @@ npm run dev
|
||||
|
||||
### Further Reads
|
||||
|
||||
- [How to Create an API Route](!docs!/learn/basics/api-routes)
|
||||
- [How to Create an API Route](!docs!/learn/fundamentals/api-routes)
|
||||
|
||||
---
|
||||
|
||||
@@ -1465,7 +1465,7 @@ To view a subscription’s details, click on its ID, which opens the subscriptio
|
||||
|
||||
### Further Reads
|
||||
|
||||
- [How to Create UI Routes](!docs!/learn/advanced-development/admin/ui-routes)
|
||||
- [How to Create UI Routes](!docs!/learn/fundamentals/admin/ui-routes)
|
||||
|
||||
---
|
||||
|
||||
@@ -2008,7 +2008,7 @@ This loops over the returned subscriptions and executes the `createSubscriptionO
|
||||
|
||||
### Further Reads
|
||||
|
||||
- [How to Create a Scheduled Job](!docs!/learn/basics/scheduled-jobs)
|
||||
- [How to Create a Scheduled Job](!docs!/learn/fundamentals/scheduled-jobs)
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user