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:
@@ -15,6 +15,7 @@ import { salesChannelSidebar } from "./sales-channel.mjs"
|
||||
import { stockLocationSidebar } from "./stock-location.mjs"
|
||||
import { storeSidebar } from "./store.mjs"
|
||||
import { taxSidebar } from "./tax.mjs"
|
||||
import { translationSidebar } from "./translation.mjs"
|
||||
import { userSidebar } from "./user.mjs"
|
||||
|
||||
/** @type {import('types').Sidebar.SidebarItem[]} */
|
||||
@@ -44,5 +45,6 @@ export const commerceModulesSidebar = [
|
||||
...stockLocationSidebar,
|
||||
...storeSidebar,
|
||||
...taxSidebar,
|
||||
...translationSidebar,
|
||||
...userSidebar,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user