From f1a365f359ef88f9e8117ca22fa44696bdc45b81 Mon Sep 17 00:00:00 2001 From: enisn Date: Mon, 6 Jan 2025 13:40:35 +0300 Subject: [PATCH 1/4] Add basic-theme index page --- docs/en/ui-themes/basic-theme/index.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/en/ui-themes/basic-theme/index.md b/docs/en/ui-themes/basic-theme/index.md index 20a24dae8d..f1d1a3d39c 100644 --- a/docs/en/ui-themes/basic-theme/index.md +++ b/docs/en/ui-themes/basic-theme/index.md @@ -1 +1,17 @@ -Read this document [here](../../framework/ui/mvc-razor-pages/basic-theme.md). +# Basic Theme + +The Basic Theme is a minimalist theme that doesn't add any styling on top of the plain [Bootstrap](https://getbootstrap.com/) styles. You can take the Basic Theme as the base theme and build your own theme or styling on top of it. Here, a screenshot from the theme: + +![basic-theme-application-layout](../../images/basic-theme-application-layout.png) + + +See the [Theming document](../../framework/ui/mvc-razor-pages/theming.md) to learn about themes. + +## User Interfaces + +The Basic Theme has implementation for the following UI types: + +- [MVC UI](../../framework/ui/mvc-razor-pages/basic-theme.md) +- [Blazor UI](../../framework/ui/blazor/basic-theme.md) +- [Angular UI](../../framework/ui/angular/basic-theme.md) + From e855478e313b18e567af70e204018bc6d04c4aa5 Mon Sep 17 00:00:00 2001 From: enisn Date: Mon, 6 Jan 2025 13:40:47 +0300 Subject: [PATCH 2/4] Add LeptonX Lite theme to documentation 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 401f6f7aa5..5ada828a1a 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -1179,6 +1179,10 @@ "text": "The Basic Theme", "path": "framework/ui/mvc-razor-pages/basic-theme.md" }, + { + "text": "LeptonX Lite", + "path": "ui-themes/lepton-x-lite/mvc.md" + }, { "text": "LeptonX", "path": "ui-themes/lepton-x/mvc.md" From f465bca7641a4325e2d681cb250e58c511b4c79c Mon Sep 17 00:00:00 2001 From: enisn Date: Mon, 6 Jan 2025 13:44:02 +0300 Subject: [PATCH 3/4] Update docs-nav.json --- docs/en/docs-nav.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index 5ada828a1a..cbb978f64f 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -1181,7 +1181,7 @@ }, { "text": "LeptonX Lite", - "path": "ui-themes/lepton-x-lite/mvc.md" + "path": "ui-themes/lepton-x-lite/index.md" }, { "text": "LeptonX", From 0aac484dad3308dbbacc81dd8551e6b4cfa3a230 Mon Sep 17 00:00:00 2001 From: enisn Date: Mon, 6 Jan 2025 13:46:11 +0300 Subject: [PATCH 4/4] Update docs-nav.json --- docs/en/docs-nav.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index cbb978f64f..4c2ea857b5 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -1181,7 +1181,7 @@ }, { "text": "LeptonX Lite", - "path": "ui-themes/lepton-x-lite/index.md" + "path": "ui-themes/lepton-x-lite/mvc.md" }, { "text": "LeptonX", @@ -2319,6 +2319,10 @@ "text": "The Basic Theme", "path": "ui-themes/basic-theme" }, + { + "text": "LeptonX Lite", + "path": "ui-themes/lepton-x-lite" + }, { "text": "LeptonX Theme", "path": "ui-themes/lepton-x"