fixes + added new sidebars

This commit is contained in:
Shahed Nasser
2025-03-10 08:33:21 +02:00
parent 5deb8eaf50
commit 87b041800a
73 changed files with 1252 additions and 881 deletions
@@ -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 = {