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 JS SDK Methods`,
|
||||
}
|
||||
|
||||
# {metadata.title}
|
||||
|
||||
The [JS SDK](../../../js-sdk/page.mdx) allows you to send requests to the Medusa server application from your client applications, such as a storefront or the Medusa Admin dashboard.
|
||||
|
||||
Use the following methods or properties to send requests to Translation related API routes in your Medusa application. They are provided by the `@medusajs/js-sdk` package.
|
||||
|
||||
The following links will take you to the reference documentation for the [JS SDK](../../../js-sdk/page.mdx).
|
||||
|
||||
<ChildDocs type="item" />
|
||||
Reference in New Issue
Block a user