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:
@@ -1,4 +1,4 @@
|
||||
import { CardList } from "docs-ui"
|
||||
import { CardList, Card } from "docs-ui"
|
||||
|
||||
export const metadata = {
|
||||
title: `Commerce Modules`,
|
||||
@@ -85,12 +85,22 @@ A Commerce Module also defines data models, representing tables in the database.
|
||||
href: "/commerce-modules/tax"
|
||||
},
|
||||
{
|
||||
title: "User Module",
|
||||
href: "/commerce-modules/user"
|
||||
}
|
||||
title: "Translation Module",
|
||||
href: "/commerce-modules/translation",
|
||||
badge: {
|
||||
children: "Beta",
|
||||
variant: "blue"
|
||||
}
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
<Card
|
||||
title="User Module"
|
||||
href="/commerce-modules/user"
|
||||
className="my-1"
|
||||
/>
|
||||
|
||||
---
|
||||
|
||||
## How to Use Modules
|
||||
|
||||
Reference in New Issue
Block a user