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:
@@ -1,3 +1,8 @@
|
||||
---
|
||||
products:
|
||||
- product
|
||||
---
|
||||
|
||||
import { Card, Prerequisites, Details, WorkflowDiagram } from "docs-ui"
|
||||
import { Github, PlaySolid } from "@medusajs/icons"
|
||||
|
||||
|
||||
@@ -5,6 +5,8 @@ tags:
|
||||
- name: product
|
||||
label: "Localization with Contentful"
|
||||
- tutorial
|
||||
products:
|
||||
- product
|
||||
---
|
||||
|
||||
import { Card, Prerequisites, Details, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
products:
|
||||
- product
|
||||
---
|
||||
|
||||
import { Card, Prerequisites, WorkflowDiagram } from "docs-ui"
|
||||
import { Github } from "@medusajs/icons"
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
products:
|
||||
- order
|
||||
---
|
||||
|
||||
import { Card, Prerequisites, Details } from "docs-ui"
|
||||
import { Github } from "@medusajs/icons"
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
products:
|
||||
- product
|
||||
---
|
||||
|
||||
import { Card, Prerequisites, Details } from "docs-ui"
|
||||
import { Github } from "@medusajs/icons"
|
||||
|
||||
|
||||
@@ -4,6 +4,8 @@ tags:
|
||||
- server
|
||||
- tutorial
|
||||
- analytics
|
||||
products:
|
||||
- order
|
||||
---
|
||||
|
||||
import { Card, Prerequisites, Details, WorkflowDiagram } from "docs-ui"
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
---
|
||||
products:
|
||||
- fulfillment
|
||||
- cart
|
||||
- order
|
||||
---
|
||||
|
||||
import { Card, Prerequisites, Details } from "docs-ui"
|
||||
import { Github } from "@medusajs/icons"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user