From 3e8bf033b5a5a1884a70128330934472469dcfc9 Mon Sep 17 00:00:00 2001 From: Paul Toffoloni <69189821+ptoffy@users.noreply.github.com> Date: Mon, 28 Aug 2023 12:53:44 +0200 Subject: [PATCH] Add request section option (#890) We have the request section file but we can't access it, this fixes it --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index 294116e71..ef155548d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -512,6 +512,7 @@ nav: - WebSockets: "advanced/websockets.md" - Sessions: "advanced/sessions.md" - Services: "advanced/services.md" + - Request: "advanced/request.md" - APNS: "advanced/apns.md" - Security: - Authentication: "security/authentication.md"