docs: redesign table of content (#12647)
* implement toc * added to projects * fixes and adapt for references * added product frontmatter * remove action menu from 404 pages
This commit is contained in:
@@ -6,6 +6,8 @@ tags:
|
||||
- server
|
||||
- tutorial
|
||||
- notification
|
||||
products:
|
||||
- cart
|
||||
---
|
||||
|
||||
import { Github, PlaySolid } from "@medusajs/icons"
|
||||
|
||||
@@ -11,6 +11,11 @@ tags:
|
||||
label: "Implement Loyalty Points"
|
||||
- name: promotion
|
||||
label: "Implement Loyalty Points"
|
||||
products:
|
||||
- cart
|
||||
- order
|
||||
- customer
|
||||
- promotion
|
||||
---
|
||||
|
||||
import { Github, PlaySolid } from "@medusajs/icons"
|
||||
|
||||
@@ -7,6 +7,9 @@ tags:
|
||||
label: "Implement Phone Authentication"
|
||||
- server
|
||||
- tutorial
|
||||
products:
|
||||
- customer
|
||||
- auth
|
||||
---
|
||||
|
||||
import { Github, PlaySolid } from "@medusajs/icons"
|
||||
|
||||
@@ -5,6 +5,9 @@ tags:
|
||||
label: "Implement Product Reviews"
|
||||
- server
|
||||
- tutorial
|
||||
products:
|
||||
- product
|
||||
- customer
|
||||
---
|
||||
|
||||
import { Github, PlaySolid } from "@medusajs/icons"
|
||||
|
||||
@@ -5,6 +5,8 @@ tags:
|
||||
label: "Implement Re-Order"
|
||||
- server
|
||||
- tutorial
|
||||
products:
|
||||
- order
|
||||
---
|
||||
|
||||
import { Github, PlaySolid } from "@medusajs/icons"
|
||||
|
||||
@@ -11,6 +11,8 @@ keywords:
|
||||
- payment provider
|
||||
- checkout
|
||||
- nextjs
|
||||
products:
|
||||
- payment
|
||||
---
|
||||
|
||||
import { Github, PlaySolid, EllipsisHorizontal } from "@medusajs/icons"
|
||||
|
||||
Reference in New Issue
Block a user