Rearranged sidebar links (#1022)

* Rearranged sidebar links

* change quick start to quickstart
This commit is contained in:
Shahed Nasser
2022-02-09 11:02:50 +01:00
committed by GitHub
parent 362d106086
commit f2b4481b1f
6 changed files with 106 additions and 116 deletions
+2 -7
View File
@@ -48,17 +48,12 @@ module.exports = {
items: [
{
href: "https://docs.medusajs.com",
label: "Overview",
},
{
type: "doc",
docId: "tutorial/set-up-your-development-environment",
label: "Tutorial",
label: "Introduction",
},
{
href: `https://docs.medusajs.com/api/store`,
target: "_self",
label: "Reference",
label: "API Reference",
},
{
href: "https://github.com/medusajs/medusa",