Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Update source-code command for the Lepton Theme module. #20897

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
Loading