fixes + added new sidebars
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
---
|
||||
sidebar_label: "Create Actor Type"
|
||||
tags:
|
||||
- auth
|
||||
- how to
|
||||
- server
|
||||
---
|
||||
|
||||
export const metadata = {
|
||||
title: `How to Create an Actor Type`,
|
||||
}
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
---
|
||||
sidebar_label: "Handle Password Reset Event"
|
||||
tags:
|
||||
- notification
|
||||
- how to
|
||||
- server
|
||||
---
|
||||
|
||||
import { Prerequisites } from "docs-ui"
|
||||
|
||||
export const metadata = {
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
---
|
||||
sidebar_label: "Extend Cart"
|
||||
tags:
|
||||
- cart
|
||||
- tutorial
|
||||
- extend module
|
||||
- server
|
||||
---
|
||||
|
||||
import { Prerequisites } from "docs-ui"
|
||||
|
||||
export const metadata = {
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
---
|
||||
sidebar_label: "Extend Customer"
|
||||
tags:
|
||||
- customer
|
||||
- tutorial
|
||||
- extend module
|
||||
- server
|
||||
---
|
||||
|
||||
import { Prerequisites } from "docs-ui"
|
||||
|
||||
export const metadata = {
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
---
|
||||
sidebar_label: "Extend Product"
|
||||
tags:
|
||||
- product
|
||||
- tutorial
|
||||
- extend module
|
||||
- server
|
||||
---
|
||||
|
||||
import { Prerequisites } from "docs-ui"
|
||||
|
||||
export const metadata = {
|
||||
|
||||
@@ -6,6 +6,7 @@ tags:
|
||||
- query
|
||||
- tax
|
||||
- server
|
||||
- how to
|
||||
---
|
||||
|
||||
export const metadata = {
|
||||
|
||||
@@ -5,6 +5,7 @@ tags:
|
||||
- pricing
|
||||
- query
|
||||
- server
|
||||
- how to
|
||||
---
|
||||
|
||||
export const metadata = {
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
---
|
||||
sidebar_label: "Extend Promotion"
|
||||
tags:
|
||||
- promotion
|
||||
- tutorial
|
||||
- extend module
|
||||
- server
|
||||
---
|
||||
|
||||
import { Prerequisites } from "docs-ui"
|
||||
|
||||
export const metadata = {
|
||||
|
||||
Reference in New Issue
Block a user