Browse Source

Update leptonx-lite docs

pull/13149/head
Engincan VESKE 4 years ago
parent
commit
c99af59b95
  1. 0
      docs/en/Themes/LeptonXLite/AspNetCore.md
  2. 2
      docs/en/Themes/LeptonXLite/angular.md
  3. 4
      docs/en/Themes/LeptonXLite/blazor.md
  4. 2
      docs/en/UI/Blazor/Theming.md
  5. 6
      docs/en/docs-nav.json

0
docs/en/Themes/LeptonXLite/mvc.md → docs/en/Themes/LeptonXLite/AspNetCore.md

2
docs/en/Themes/LeptonXLite/angular.md

@ -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
docs/en/Themes/LeptonXLite/blazor.md

@ -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:
@ -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:

2
docs/en/UI/Blazor/Theming.md

@ -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

6
docs/en/docs-nav.json

@ -721,7 +721,7 @@
},
{
"text": "LeptonX Lite",
"path": "Themes/LeptonXLite/mvc.md"
"path": "Themes/LeptonXLite/AspNetCore.md"
}
]
},
@ -837,7 +837,7 @@
},
{
"text": "LeptonX Lite",
"path": "Themes/LeptonXLite/blazor.md"
"path": "Themes/LeptonXLite/Blazor.md"
},
{
"text": "Branding",
@ -1104,7 +1104,7 @@
},
{
"text": "LeptonX Lite",
"path": "Themes/LeptonXLite/angular.md"
"path": "Themes/LeptonXLite/Angular.md"
}
]
},

Loading…
Cancel
Save