docs: added batch jobs concept documentation (#2160)
* added batch jobs concept doc * added to sidebar
This commit is contained in:
+10
-6
@@ -36,7 +36,6 @@ module.exports = {
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
type: "category",
|
||||
label: "Setup & Deployment",
|
||||
@@ -250,6 +249,11 @@ module.exports = {
|
||||
type: "category",
|
||||
label: "Conceptual Guides",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "advanced/backend/entities/overview",
|
||||
label: "Entities"
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "advanced/backend/services/overview",
|
||||
@@ -260,11 +264,6 @@ module.exports = {
|
||||
id: "advanced/backend/subscribers/overview",
|
||||
label: "Subscribers"
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "advanced/backend/entities/overview",
|
||||
label: "Entities"
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "advanced/backend/shipping/overview",
|
||||
@@ -290,6 +289,11 @@ module.exports = {
|
||||
id: "advanced/backend/migrations/overview",
|
||||
label: "Migrations"
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "advanced/backend/batch-jobs/index",
|
||||
label: "Batch Jobs"
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user