docs: added idempotency key documentation (#4039)
This commit is contained in:
+39
-16
@@ -1283,7 +1283,7 @@ module.exports = {
|
||||
items: [
|
||||
{
|
||||
type: "category",
|
||||
label: "Entities",
|
||||
label: "Entity",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
@@ -1293,7 +1293,7 @@ module.exports = {
|
||||
{
|
||||
type: "doc",
|
||||
id: "development/entities/migrations/overview",
|
||||
label: "Migrations",
|
||||
label: "Migration",
|
||||
},
|
||||
{
|
||||
type: "ref",
|
||||
@@ -1331,7 +1331,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Endpoints",
|
||||
label: "Endpoint",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
@@ -1353,7 +1353,7 @@ module.exports = {
|
||||
{
|
||||
type: "doc",
|
||||
id: "development/endpoints/add-middleware",
|
||||
label: "Middlewares",
|
||||
label: "Middleware",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
@@ -1364,7 +1364,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Services",
|
||||
label: "Service",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
@@ -1397,7 +1397,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Events",
|
||||
label: "Event",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
@@ -1407,7 +1407,7 @@ module.exports = {
|
||||
{
|
||||
type: "doc",
|
||||
id: "development/events/subscribers",
|
||||
label: "Subscribers",
|
||||
label: "Subscriber",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
@@ -1452,7 +1452,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Loaders",
|
||||
label: "Loader",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
@@ -1475,7 +1475,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Scheduled Jobs",
|
||||
label: "Scheduled Job",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
@@ -1498,7 +1498,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Modules",
|
||||
label: "Module",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
@@ -1526,7 +1526,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Plugins",
|
||||
label: "Plugin",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
@@ -1604,7 +1604,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Publishable API Keys",
|
||||
label: "Publishable API Key",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
@@ -1632,7 +1632,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Notifications",
|
||||
label: "Notification",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
@@ -1701,7 +1701,30 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Batch Jobs",
|
||||
label: "Idempotency Key",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "development/idempotency-key/overview",
|
||||
label: "Overview",
|
||||
},
|
||||
{
|
||||
type: "html",
|
||||
value: "How-to",
|
||||
customProps: {
|
||||
sidebar_is_group_divider: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "development/idempotency-key/use-service",
|
||||
label: "Use IdempotencyKeyService",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Batch Job",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
@@ -1729,7 +1752,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Strategies",
|
||||
label: "Strategy",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
@@ -1752,7 +1775,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Feature Flags",
|
||||
label: "Feature Flag",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
|
||||
Reference in New Issue
Block a user