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" },