Browse Source

Add background jobs to the nav doc

pull/640/head
Halil ibrahim Kalkan 8 years ago
parent
commit
d3534efcb5
  1. 18
      docs/en/docs-nav.json

18
docs/en/docs-nav.json

@ -226,6 +226,24 @@
}
]
},
{
"text": "Background",
"items": [
{
"text": "Background Jobs",
"path": "Background-Jobs.md",
"items": [
{
"text": "Hangfire Integration",
"path": "Background-Jobs-Hangfire.md"
},
{
"text": "RabbitMQ Integration",
"path": "Background-Jobs-RabbitMq.md"
}
}
]
},
{
"text": "Testing"
},

Loading…
Cancel
Save