Skip to content

Commit

Permalink
Merge pull request #20897 from abpframework/EngincanV-patch-1
Browse files Browse the repository at this point in the history
Docs: Update source-code command for the Lepton Theme module.
  • Loading branch information
EngincanV authored Sep 26, 2024
2 parents 0a5610f + deeb759 commit a0c03b0
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions docs/en/ui-themes/lepton/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The Lepton Theme is a professional theme for the ABP.
* Built on the [Bootstrap 5](https://getbootstrap.com) library.
* 100% compatible with [Bootstrap 5](https://getbootstrap.com) HTML structure and CSS classes
* Responsive & mobile-compatible.
* Provides different style like Material, Dark, Light.
* Provides different styles like Material, Dark, Light.
* Provides styles for [Datatables](https://datatables.net).

A screenshot from the light style of the theme:
Expand All @@ -18,7 +18,7 @@ A screenshot from the light style of the theme:
## How to Install

Lepton Theme module is pre-installed in [the startup templates](../../get-started). So, no need to manually install it.
Lepton Theme module can be pre-installed to [the startup templates](../../get-started), if you specify the theme as **LeptonTheme** (see the [CLI documentation](../../cli/index.md)). So, no need to manually install it.

## Packages

Expand Down Expand Up @@ -73,10 +73,16 @@ See the `LeptonThemeManagementPermissions` class members for all permissions def

### Source code

To download the source-code of the Lepton Theme use the following CLI command
To download the source-code of the Lepton Theme use the following CLI command:

```bash
abp get-source Volo.Abp.LeptonTheme # for new ABP CLI
```
abp get-source Volo.LeptonTheme

If you are using the old ABP CLI, you can use the following command:

```bash
abp get-source Volo.LeptonTheme
```

## Lepton Theme Customization
Expand All @@ -86,4 +92,4 @@ Checkout how to customize the Lepton Theme to change your website’s overall lo
* [Customizing Lepton Theme for Angular](customizing-lepton-theme.md?UI=NG)
* [Customizing Lepton Theme for MVC](customizing-lepton-theme.md?UI=MVC)
* [Customizing Lepton Theme for Blazor](customizing-lepton-theme.md?UI=Blazor)
* [Customizing Lepton Theme for Blazor Server](customizing-lepton-theme.md?UI=BlazorServer)
* [Customizing Lepton Theme for Blazor Server](customizing-lepton-theme.md?UI=BlazorServer)

0 comments on commit a0c03b0

Please sign in to comment.