From 57d85255fdffd697a99ecd340892df730525e004 Mon Sep 17 00:00:00 2001 From: Mahmut Gundogdu Date: Thu, 28 Apr 2022 10:53:45 +0300 Subject: [PATCH] Add navigation link of Date format pipes document --- docs/en/docs-nav.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index 6df98cb05a..f5ef7b1c84 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -1065,10 +1065,10 @@ { "text": "Extensions", "items": [ - { + { "text": "Overall", "path": "UI/Angular/Extensions-Overall.md" - }, + }, { "text": "Entity Action Extensions", "path": "UI/Angular/Entity-Action-Extensions.md" @@ -1084,6 +1084,10 @@ { "text": "Dynamic Form Extensions", "path": "UI/Angular/Dynamic-Form-Extensions.md" + }, + { + "text": "Date, time and datetime format pipes", + "path": "UI/Angular/DateTime-Format-Pipe.md" } ] }