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,15 @@
|
||||
---
|
||||
products:
|
||||
- customer
|
||||
- cart
|
||||
- fulfillment
|
||||
- payment
|
||||
- product
|
||||
- promotion
|
||||
- region
|
||||
- sales channel
|
||||
---
|
||||
|
||||
import { CodeTabs, CodeTab, Table } from "docs-ui"
|
||||
|
||||
export const metadata = {
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
generate_toc: true
|
||||
---
|
||||
|
||||
import { CodeTabs, CodeTab } from "docs-ui"
|
||||
|
||||
export const metadata = {
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
sidebar_label: "Promotions Adjustments"
|
||||
products:
|
||||
- promotion
|
||||
---
|
||||
|
||||
export const metadata = {
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
sidebar_label: "Tax Lines"
|
||||
products:
|
||||
- tax
|
||||
---
|
||||
|
||||
export const metadata = {
|
||||
|
||||
Reference in New Issue
Block a user