docs: Adds new index page and design tweaks (#833)

This commit is contained in:
Oliver Windall Juhl
2021-11-22 17:01:18 +01:00
committed by GitHub
parent f387b4919f
commit 0380cdf0b2
17 changed files with 305 additions and 119 deletions
+10 -19
View File
@@ -11,25 +11,20 @@
module.exports = {
tutorialSidebar: [
{
type: "doc",
id: "homepage",
label: "Overview",
},
{
type: "doc",
id: "quickstart/quick-start",
label: "Quickstart",
},
// {
// type: 'category',
// label: 'Quickstart',
// items: [
// {
// type: 'doc',
// id: 'quickstart/quick-start-docker',
// label: 'Quickstart w. Docker (Coming soon!)',
// },
// ],
// },
{
type: "category",
label: "Tutorials",
collapsed: false,
items: [
{
type: "doc",
@@ -43,20 +38,12 @@ module.exports = {
type: "doc",
id: "tutorial/adding-custom-functionality",
},
// {
// type: "doc",
// id: "tutorial/linking-your-local-project-with-medusa-cloud",
// },
],
},
{
type: "category",
label: "How to",
items: [
{
type: "doc",
id: "how-to/plugins",
},
{
type: "doc",
id: "how-to/notification-api",
@@ -101,6 +88,10 @@ module.exports = {
type: "doc",
id: "guides/fulfillment-api",
},
{
type: "doc",
id: "guides/plugins",
},
{
type: "doc",
id: "guides/checkouts",