docs: general fixes and additions (#10876)
This commit is contained in:
@@ -17,7 +17,7 @@ Medusa ships with three main tools:
|
||||
|
||||
When you install Medusa, you get a fully fledged commerce platform with all the features you need to get off the ground. However, unlike other platforms, Medusa is built with customization in mind. You don't need to build hacky workarounds that are difficult to maintain and scale. Your efforts go into building features that brings your business's vision to life.
|
||||
|
||||
---
|
||||
---
|
||||
|
||||
## Who should use Medusa
|
||||
|
||||
@@ -84,6 +84,10 @@ This documentation is split into the following sections:
|
||||
|
||||
To get started, check out the [Installation chapter](./installation/page.mdx).
|
||||
|
||||
### Using with LLM Editors
|
||||
|
||||
This documentation provides an [llms.txt](https://docs.medusajs.com/llms.txt) file to support LLM editors such as Cursor. Add the documentation to the list of supported documentation in your LLM editor to access the documentation directly from your editor and benefit from code generation.
|
||||
|
||||
---
|
||||
|
||||
## Useful Links
|
||||
|
||||
@@ -2,7 +2,7 @@ export const generatedEditDates = {
|
||||
"app/learn/fundamentals/scheduled-jobs/page.mdx": "2024-12-09T10:51:40.570Z",
|
||||
"app/learn/fundamentals/workflows/page.mdx": "2024-12-09T14:45:17.837Z",
|
||||
"app/learn/deployment/page.mdx": "2024-11-25T14:32:44.949Z",
|
||||
"app/learn/page.mdx": "2024-11-28T14:17:53.023Z",
|
||||
"app/learn/page.mdx": "2025-01-08T10:49:58.879Z",
|
||||
"app/learn/fundamentals/modules/commerce-modules/page.mdx": "2024-12-09T10:46:29.339Z",
|
||||
"app/learn/fundamentals/workflows/retry-failed-steps/page.mdx": "2024-12-04T07:37:59.823Z",
|
||||
"app/learn/fundamentals/workflows/workflow-hooks/page.mdx": "2024-12-09T10:44:33.781Z",
|
||||
|
||||
@@ -198,8 +198,8 @@ export const sidebar = numberSidebarItems(
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/learn/fundamentals/module-links/remote-link",
|
||||
title: "Remote Link",
|
||||
path: "/learn/fundamentals/module-links/link",
|
||||
title: "Link",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
|
||||
Reference in New Issue
Block a user