From d3534efcb5b533ca54fcda57dc72fd700931c882 Mon Sep 17 00:00:00 2001 From: Halil ibrahim Kalkan Date: Tue, 11 Dec 2018 14:54:49 +0300 Subject: [PATCH] Add background jobs to the nav doc --- docs/en/docs-nav.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index d0733a5f6d..c0171cd15c 100644 --- a/docs/en/docs-nav.json +++ b/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" },