docs: added batch jobs concept documentation (#2160)

* added batch jobs concept doc

* added to sidebar
This commit is contained in:
Shahed Nasser
2022-09-07 19:16:33 +03:00
committed by GitHub
parent a71cf60060
commit 7b98e6e009
3 changed files with 74 additions and 7 deletions
+10 -6
View File
@@ -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"
},
]
},
{