From b4349eadbf5ca7c732124a6e52a851877aa52b27 Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Tue, 9 May 2023 09:46:35 +0800 Subject: [PATCH 1/2] Update Tutorials document --- docs/en/Tutorials/Part-8.md | 2 +- docs/zh-Hans/Tutorials/Part-8.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/Tutorials/Part-8.md b/docs/en/Tutorials/Part-8.md index 24dafffdb9..9d638e909e 100644 --- a/docs/en/Tutorials/Part-8.md +++ b/docs/en/Tutorials/Part-8.md @@ -102,7 +102,7 @@ namespace Acme.BookStore.Authors; public class GetAuthorListDto : PagedAndSortedResultRequestDto { - public string Filter { get; set; } + public string? Filter { get; set; } } ```` diff --git a/docs/zh-Hans/Tutorials/Part-8.md b/docs/zh-Hans/Tutorials/Part-8.md index d3b78de7e0..5c58d1b524 100644 --- a/docs/zh-Hans/Tutorials/Part-8.md +++ b/docs/zh-Hans/Tutorials/Part-8.md @@ -107,7 +107,7 @@ namespace Acme.BookStore.Authors { public class GetAuthorListDto : PagedAndSortedResultRequestDto { - public string Filter { get; set; } + public string? Filter { get; set; } } } ```` From 5cd0d73d0dd5cc38b5a3d4317f6912dea2971410 Mon Sep 17 00:00:00 2001 From: Masum ULU Date: Tue, 9 May 2023 13:49:49 +0300 Subject: [PATCH 2/2] Theme configuration.md included to tree --- docs/en/UI/Angular/Theme-Configurations.md | 4 ++-- docs/en/docs-nav.json | 14 +++++++++----- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/en/UI/Angular/Theme-Configurations.md b/docs/en/UI/Angular/Theme-Configurations.md index e663955667..09cbc5914c 100644 --- a/docs/en/UI/Angular/Theme-Configurations.md +++ b/docs/en/UI/Angular/Theme-Configurations.md @@ -69,7 +69,7 @@ Theme packages no longer import styles as CSS modules as of ABP version 6.0. The }, ``` -## Lepton X +## Lepton X [commercial](https://docs.abp.io/en/commercial) ```json { "input": "node_modules/@volosoft/ngx-lepton-x/assets/css/dark.css", @@ -174,7 +174,7 @@ Theme packages no longer import styles as CSS modules as of ABP version 6.0. The ``` -## Theme Lepton +## Theme Lepton [commercial](https://docs.abp.io/en/commercial) ```json { "input": "node_modules/@volo/abp.ng.theme.lepton/dist/global/styles/lepton1.min.css", diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index e91cf1736d..b73372cc2d 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -16,7 +16,7 @@ }, { "text": "Getting Started", - "path":"Getting-Started-Overall.md", + "path": "Getting-Started-Overall.md", "items": [ { "text": "Web Application - Layered Architecture", @@ -1157,6 +1157,10 @@ "text": "Overall", "path": "UI/Angular/Theming.md" }, + { + "text": "Configuration", + "path": "UI/Angular/Theme-Configurations.md" + }, { "text": "The Basic Theme", "path": "UI/Angular/Basic-Theme.md" @@ -1396,8 +1400,8 @@ "path": "Modules/IdentityServer.md", "items": [ { - "text": "IdentityServer Migration Guide", - "path": "Migration-Guides/IdentityServer4-Step-by-Step.md" + "text": "IdentityServer Migration Guide", + "path": "Migration-Guides/IdentityServer4-Step-by-Step.md" } ] }, @@ -1429,7 +1433,7 @@ }, { "text": "Common", - "items":[ + "items": [ { "text": "Database Tables", "path": "Modules/Database-Tables.md" @@ -1506,4 +1510,4 @@ "path": "Contribution/Index.md" } ] -} \ No newline at end of file +}