docs: translation module (#14271)
* docs: translation module * fix link in JS SDK * add translations user guides [WIP] * updates * fix broken link * remove mentions of default locale * change header * updates * updated user guides * handle todos * fix build error * fix lint errors
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import { ChildDocs } from "docs-ui"
|
||||
|
||||
export const metadata = {
|
||||
title: `Translation Workflows`,
|
||||
}
|
||||
|
||||
# {metadata.title}
|
||||
|
||||
[Workflows](!docs!/learn/fundamentals/workflows) are a series of queries and actions, called steps, that complete a task. By using workflows, you benefit from features like data consistency and a reliable roll-back mechanism.
|
||||
|
||||
When building your customizations, it's highly recommended to re-use Medusa's existing workflows and steps where possible. The following workflows and steps allow you to manage Translations and use their features in your Medusa application. They are provided by the `@medusajs/medusa/core-flows` package.
|
||||
|
||||
The following links will take you to the reference documentation for [Medusa's Core Workflows](/medusa-workflows-reference).
|
||||
|
||||
<ChildDocs type="item" defaultItemsPerRow={2} />
|
||||
Reference in New Issue
Block a user