Merge branch 'master' into docs/segment-integration

This commit is contained in:
Shahed Nasser
2022-06-10 17:20:07 +03:00
committed by GitHub
346 changed files with 32743 additions and 8411 deletions

View File

@@ -59,8 +59,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`,
@@ -133,12 +139,12 @@ module.exports = {
{
docs: {
sidebarPath: require.resolve("./sidebars.js"),
editUrl: "https://github.com/medusajs/medusa/edit/master/www/",
editUrl: "https://github.com/medusajs/medusa/edit/master/docs/content",
path: docsPath,
routeBasePath: "/",
remarkPlugins: [
[require('@docusaurus/remark-plugin-npm2yarn'), {sync: true}],
],
]
},
theme: {
customCss: require.resolve("./src/css/custom.css"),