From 5ac95a8deb5831876162094e4404c5e5ce59b0cd Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 27 Aug 2023 23:44:26 +0200 Subject: [PATCH] Add request section option --- 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"