docs: Add Services reference (#1548)

This commit is contained in:
Shahed Nasser
2022-06-01 18:33:08 +02:00
committed by GitHub
parent 6c1a722b38
commit c87ddd73ff
52 changed files with 14489 additions and 16 deletions
+9 -3
View File
@@ -53,8 +53,14 @@ module.exports = {
},
items: [
{
href: "https://docs.medusajs.com",
label: "Introduction",
type: "docSidebar",
sidebarId: "tutorialSidebar",
label: "Docs"
},
{
type: "docSidebar",
sidebarId: "servicesSidebar",
label: "Services Reference",
},
{
href: `https://docs.medusajs.com/api/store`,
@@ -132,7 +138,7 @@ module.exports = {
routeBasePath: "/",
remarkPlugins: [
[require('@docusaurus/remark-plugin-npm2yarn'), {sync: true}],
],
]
},
theme: {
customCss: require.resolve("./src/css/custom.css"),