From a9d3c032d8e8ededc286f3f2cb7f94149faaa96f Mon Sep 17 00:00:00 2001 From: enisn Date: Wed, 27 Apr 2022 16:10:30 +0300 Subject: [PATCH] Add LeptonX docs to menu --- docs/en/docs-nav.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index b2061920a8..a4d34ad292 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -704,6 +704,10 @@ { "text": "The Basic Theme", "path": "UI/AspNetCore/Basic-Theme.md" + }, + { + "text": "LeptonX Lite", + "path": "Themes/LeptonXLite/mvc.md" } ] }, @@ -817,6 +821,10 @@ "text": "The Basic Theme", "path": "UI/Blazor/Basic-Theme.md" }, + { + "text": "The Basic Theme", + "path": "Themes/LeptonXLite/blazor.md" + }, { "text": "Branding", "path": "UI/Blazor/Branding.md" @@ -1071,6 +1079,10 @@ { "text": "The Basic Theme", "path": "UI/Angular/Basic-Theme.md" + }, + { + "text": "LeptonX Lite", + "path": "Themes/LeptonXLite/angular.md" } ] },