From 2be063c75e5d7605e11fe8f747dea8f681e8f0c4 Mon Sep 17 00:00:00 2001 From: Arman Ozak Date: Fri, 2 Oct 2020 10:29:07 +0300 Subject: [PATCH] docs: add PWA doc to navigation --- docs/en/docs-nav.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index 9116fca5a0..dfeea6d98c 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -449,6 +449,10 @@ { "text": "Service Proxies", "path": "UI/Angular/Service-Proxies.md" + }, + { + "text": "PWA Configuration", + "path": "UI/Angular/PWA-Configuration.md" } ] },