Browse Source

Updated Title

pull/20554/head
Dogan Yildirim 1 year ago
parent
commit
c166d29a5d
  1. 2
      docs/en/ambient-context-pattern.md
  2. 2
      docs/en/aspect-oriented-programming.md
  3. 2
      docs/en/dynamic-proxying-interceptors.md
  4. 2
      docs/en/framework/fundamentals/application-startup.md
  5. 2
      docs/en/ui-themes/lepton-x/angular-customization.md
  6. 2
      docs/en/ui-themes/lepton-x/angular/how-to-add-a-new-variation-to-lepton-x-for-angular.md
  7. 2
      docs/en/ui-themes/lepton-x/angular/how-to-change-default-theme-option.md
  8. 2
      docs/en/ui-themes/lepton-x/comparison-obsolete.md

2
docs/en/ambient-context-pattern.md

@ -1,3 +1,3 @@
## Ambient Context Pattern # Ambient Context Pattern
This document is planned to be written later. This document is planned to be written later.

2
docs/en/aspect-oriented-programming.md

@ -1,3 +1,3 @@
## Dynamic Proxying / Interceptors # Dynamic Proxying / Interceptors
This document is planned to be written later. This document is planned to be written later.

2
docs/en/dynamic-proxying-interceptors.md

@ -1,4 +1,4 @@
## Dynamic Proxying / Interceptors # Dynamic Proxying / Interceptors
This document is planned to be written later. This document is planned to be written later.

2
docs/en/framework/fundamentals/application-startup.md

@ -1,4 +1,4 @@
## ABP Application Startup # ABP Application Startup
You typically use the [ABP CLI](../../cli)'s `abp new` command to [get started](../../get-started/layered-web-application.md) with one of the pre-built [startup solution templates](../../solution-templates). When you do that, you generally don't need to know the details of how the ABP is integrated with your application or how it is configured and initialized. The startup template also comes with the fundamental ABP packages and [application modules](../../modules) are pre-installed and configured for you. You typically use the [ABP CLI](../../cli)'s `abp new` command to [get started](../../get-started/layered-web-application.md) with one of the pre-built [startup solution templates](../../solution-templates). When you do that, you generally don't need to know the details of how the ABP is integrated with your application or how it is configured and initialized. The startup template also comes with the fundamental ABP packages and [application modules](../../modules) are pre-installed and configured for you.

2
docs/en/ui-themes/lepton-x/angular-customization.md

@ -1,4 +1,4 @@
## Customization # Customization
### Layouts ### Layouts

2
docs/en/ui-themes/lepton-x/angular/how-to-add-a-new-variation-to-lepton-x-for-angular.md

@ -1,4 +1,4 @@
## How to Add a New Appearance to LeptonX for Angular # How to Add a New Appearance to LeptonX for Angular
LeptonX has four appearances: light, dim, dark, and system. You can add a new appearance to LeptonX for Angular. In this document, we will show you how to add a new appearance to LeptonX for Angular. LeptonX has four appearances: light, dim, dark, and system. You can add a new appearance to LeptonX for Angular. In this document, we will show you how to add a new appearance to LeptonX for Angular.
### Step 1: Creating the New Theme Definition ### Step 1: Creating the New Theme Definition

2
docs/en/ui-themes/lepton-x/angular/how-to-change-default-theme-option.md

@ -1,4 +1,4 @@
## Configuring the Default Theme for LeptonX # Configuring the Default Theme for LeptonX
The LeptonX theme offers multiple appearances to suit your application's visual style. You can easily configure the default theme for your application using the ThemeLeptonXModule provided by LeptonX. The LeptonX theme offers multiple appearances to suit your application's visual style. You can easily configure the default theme for your application using the ThemeLeptonXModule provided by LeptonX.
### Configuration Code ### Configuration Code

2
docs/en/ui-themes/lepton-x/comparison-obsolete.md

@ -1,4 +1,4 @@
## Feature Set # Feature Set
### Frontend Choices ### Frontend Choices

Loading…
Cancel
Save