Skip to content

Commit

Permalink
Merge pull request #13149 from abpframework/EngincanV/update-leptonx-…
Browse files Browse the repository at this point in the history
…lite-docs

Update leptonx-lite docs
  • Loading branch information
enisn authored Jun 28, 2022
2 parents ed9a5ff + c99af59 commit 20aa082
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/en/Themes/LeptonXLite/angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ To change the logos and brand color of `LeptonX`, simply add the following CSS t

### Server Side

In order to migrate to LeptonX on your server side projects (Host and/or IdentityServer projects), please follow the [Server Side Migration](mvc.md) document.
In order to migrate to LeptonX on your server side projects (Host and/or IdentityServer projects), please follow the [Server Side Migration](AspNetCore.md) document.
4 changes: 2 additions & 2 deletions docs/en/Themes/LeptonXLite/blazor.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LeptonX Lite has implementation for the ABP Framework Blazor WebAssembly & Blazo
## Installation

{{if UI == "Blazor"}}
- Complete the [MVC Razor Pages Installation](mvc.md#installation) for the **HttpApi.Host** application first. _If the solution is tiered/micro-service, complete the MVC steps for all MVC applications such as **HttpApi.Host** and if identity server is separated, install to the **IdentityServer**_.
- Complete the [MVC Razor Pages Installation](AspNetCore.md#installation) for the **HttpApi.Host** application first. _If the solution is tiered/micro-service, complete the MVC steps for all MVC applications such as **HttpApi.Host** and if identity server is separated, install to the **IdentityServer**_.

- Add **Volo.Abp.AspNetCore.Components.WebAssembly.LeptonXLiteTheme** package to your **Blazor WebAssembly** application with the following command:

Expand Down Expand Up @@ -52,7 +52,7 @@ builder.RootComponents.Add<App>("#ApplicationContainer");

{{if UI == "BlazorServer"}}

- Complete the [MVC Razor Pages Installation](mvc.md#installation) first. _If the solution is tiered/micro-service, complete the MVC steps for all MVC applications such as **HttpApi.Host** and **IdentityServer**_.
- Complete the [MVC Razor Pages Installation](AspNetCore.md#installation) first. _If the solution is tiered/micro-service, complete the MVC steps for all MVC applications such as **HttpApi.Host** and **IdentityServer**_.

- Add **Volo.Abp.AspNetCore.Components.Server.LeptonXLiteTheme** package to your **Blazor server** application with the following command:

Expand Down
2 changes: 1 addition & 1 deletion docs/en/UI/Blazor/Theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Currently, three themes are **officially provided**:

* The [Basic Theme](Basic-Theme.md) is the minimalist theme with the plain Bootstrap style. It is **open source and free**.
* The [Lepton Theme](https://commercial.abp.io/themes) is a **commercial** theme developed by the core ABP team and is a part of the [ABP Commercial](https://commercial.abp.io/) license.
* The [LeptonX Theme](https://x.leptontheme.com/) is a theme that has a [commercial](https://docs.abp.io/en/commercial/latest/themes/lepton-x/commercial/blazor) and a [lite](../../Themes/LeptonXLite/blazor.md) version.
* The [LeptonX Theme](https://x.leptontheme.com/) is a theme that has a [commercial](https://docs.abp.io/en/commercial/latest/themes/lepton-x/commercial/blazor) and a [lite](../../Themes/LeptonXLite/Blazor.md) version.

## Overall

Expand Down
6 changes: 3 additions & 3 deletions docs/en/docs-nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@
},
{
"text": "LeptonX Lite",
"path": "Themes/LeptonXLite/mvc.md"
"path": "Themes/LeptonXLite/AspNetCore.md"
}
]
},
Expand Down Expand Up @@ -837,7 +837,7 @@
},
{
"text": "LeptonX Lite",
"path": "Themes/LeptonXLite/blazor.md"
"path": "Themes/LeptonXLite/Blazor.md"
},
{
"text": "Branding",
Expand Down Expand Up @@ -1104,7 +1104,7 @@
},
{
"text": "LeptonX Lite",
"path": "Themes/LeptonXLite/angular.md"
"path": "Themes/LeptonXLite/Angular.md"
}
]
},
Expand Down

0 comments on commit 20aa082

Please sign in to comment.