From 08a4f2fb38fc158894b401d4ba300beca3fea5ee Mon Sep 17 00:00:00 2001 From: TheDiaval Date: Thu, 12 Mar 2020 16:26:57 +0300 Subject: [PATCH] docs(angular): add document 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 c3af945e85..9cd9db14f7 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -328,6 +328,10 @@ { "text": "Component Replacement", "path": "UI/Angular/Component-Replacement.md" + }, + { + "text": "Custom Setting Page", + "path": "UI/Angular/Custom-Setting-Page.md" } ] }