Browse Source

Merge pull request #20554 from dgnyldrm7/dogani-20526

Update all documents H1 tags
pull/20555/head
SALİH ÖZKARA 2 years ago
committed by GitHub
parent
commit
49518eed7d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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.

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.

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.

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.

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

@ -1,4 +1,4 @@
## Customization
# Customization
### 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.
### 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.
### Configuration Code

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

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

Loading…
Cancel
Save