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

Add Themes Index to docs #14468

Merged
merged 5 commits into from
Nov 7, 2022
Merged
Show file tree
Hide file tree
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
30 changes: 30 additions & 0 deletions docs/en/Themes/Index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# The Official Themes
ABP Framework provides a complete UI theming system. While you can build your own themes, you can use the following pre-built themes freely in your applications.

## The Basic Theme
The Basic Theme is a minimalist theme that doesn't add any styling on top of the plain [Bootstrap](https://getbootstrap.com/) styles. You can take the Basic Theme as the base theme and build your own theme or styling on top of it. Here, a screenshot from the theme:

![basic-theme-application-layout](../images/basic-theme-application-layout.png)

### Documentation

- [Basic Theme - MVC UI](../UI/AspNetCore/Basic-Theme.md)
- [Basic Theme - Blazor UI](../UI/Blazor/Basic-Theme.md)
- [Basic Theme - Angular UI](../UI/Angular/Basic-Theme.md)

## The LeptonX Lite Theme
**LeptonX Lite** is the free version of the [LeptonX Theme](https://x.leptontheme.com/), which is a part of the ABP Commercial. Here, a screenshot from the theme:

![LeptonX Lite application layout](../images/leptonxlite-theme-application-layout.jpeg)

### Documentation

- [LeptonX Lite - MVC UI](LeptonXLite/AspNetCore.md)
- [LeptonX Lite - Blazor UI](LeptonXLite/Blazor.md)
- [LeptonX Lite - Angular UI](LeptonXLite/Angular.md)

## See Also

* [Theming - MVC UI](../UI/AspNetCore/Theming.md)
* [Theming - Blazor UI](../UI/Blazor/Theming.md)
* [Theming - Angular UI](../UI/Angular/Theming.md)
4 changes: 4 additions & 0 deletions docs/en/docs-nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -1194,6 +1194,10 @@
{
"text": "Common",
"items": [
{
"text": "Themes",
"path": "Themes/Index.md"
},
{
"text": "Overriding the User Interface",
"path": "Customizing-Application-Modules-Overriding-User-Interface.md"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.