Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed May 17, 2020
2 parents 5afb246 + 41c15a6 commit aa382a7
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 19 deletions.
2 changes: 1 addition & 1 deletion en/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Getting started
# Getting Started

````json
//[doc-params]
Expand Down
Binary file added en/images/lepton-theme-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 23 additions & 3 deletions en/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,30 @@
# ABP Commercial documentation
# ABP Commercial Documentation

Welcome to the ABP Commercial documentation.

[ABP Commercial](https://commercial.abp.io/) is a set of professional modules, tools, themes and services built on top of the open source [ABP framework](https://abp.io/).
[ABP Commercial](https://commercial.abp.io/) is a set of professional modules, tools, themes and services built on top of the open source [ABP Framework](https://abp.io/). See the [ABP framework vs ABP Commercial](abp-framework-vs-abp-commercial.md) document if you wonder what are the main differences between the ABP Framework and the ABP Commercial.

## Getting started
## Getting Started

If you've already purchased the ABP Commercial, use the [Getting started](getting-started.md) document to setup your development environment and start to develop your application.

## Tutorials / Guides

* See the [application development](tutorials/book-store/part-1.md) tutorial to learn how to develop an application step by step.
* See the [customizing the modules](guides/customizing-modules.md) guide to learn the customization options for the [pre-built modules](modules/index.md).

## Samples

Explore the [sample applications](samples/index.md) built with the ABP Commercial.

## ABP Suite

[ABP Suite](abp-suite/index.md) is a tool to assist your application development. While the main functionality is code generation, it also provides shortcuts for your common tasks.

## Application Modules

ABP Commercial provides **production ready, enterprise level** application modules. See all [the pre-built application modules](modules/index.md).

## Release Notes

See the [release notes / change logs](release-notes.md) page for the latest features added to the ABP Commercial.
18 changes: 6 additions & 12 deletions en/themes/lepton.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# Lepton Theme Module

This module provides a theme for [abp.io](https://www.abp.io) based applications. To see live preview of Lepton Theme, please visit [leptontheme.com](http://leptontheme.com/).
The Lepton Theme is a professional theme for the ABP Commercial.

* Built on the [Bootstrap 4](https://getbootstrap.com) library.
* 100% compatible with [Bootstrap 4](https://getbootstrap.com) HTML structure and CSS classes
* Responsive & mobile-compatible.
* Provides different style like Material, Dark, Light.
* Provides styles for [Datatables](https://datatables.net).

See [the module description page](https://commercial.abp.io/modules/Volo.Identity.Pro) for an overview of the module features.
A screenshot from the light style of the theme:

![lepton-theme-light](../images/lepton-theme-light.png)

> [See all the theme styles and create a demo to see it in action](https://commercial.abp.io/themes).
## How to Install

Expand Down Expand Up @@ -45,12 +49,6 @@ Lepton Theme module doesn't provide any UI pages. It just changes the existing U

![lepton-theme-module-languages-page](../images/lepton-theme-module-languages-page.png)



### Menu Items

This module doesn't define any menu items.

### Pages

This module doesn't define any pages.
Expand All @@ -70,7 +68,3 @@ See the `LeptonThemeSettingNames` class members for all settings defined for thi
### Permissions

See the `LeptonThemeManagementPermissions` class members for all permissions defined for this module.

## Distributed Events

This module doesn't define any additional distributed event. See the [standard distributed events](https://docs.abp.io/en/abp/latest/Distributed-Event-Bus).
6 changes: 3 additions & 3 deletions en/tutorials/book-store/part-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ else
end
}}

### About this tutorial:
### About this tutorial

In this tutorial series, you will build an ABP Commercial application named `Acme.BookStore`. In this sample project, we will manage a list of books and authors. **{{DB_Text}}** will be used as the ORM provider. And on the front-end side {{UI_Value}} and JavaScript will be used.

> Instead of creating this application manually, you can automatically generate the same code using the [ABP Suite](../../abp-suite/index.md). However, it is recommended to follow this tutorial to learn the basics of an application development using the ABP Commercial.
The ASP.NET Core {{UI_Value}} tutorial series consists of 3 parts:

- **Part-1: Creating the project and book list page (this tutorial)**
Expand All @@ -32,8 +34,6 @@ The ASP.NET Core {{UI_Value}} tutorial series consists of 3 parts:

> The completed sample is available: [bookstore-{{UI_Text}}-{{DB}}.zip](https://abp.io/Account/Login?returnUrl=/api/download/samples/bookstore-{{UI_Text}}-{{DB}}). To be able to download this sample, you need to hold an active ABP Commercial license.
*You can also check out [the video course](https://amazingsolutions.teachable.com/p/lets-build-the-bookstore-application) prepared by the community, based on this tutorial.*

### Creating the project

Create a new project named `Acme.BookStore` where `Acme` is the company name and `BookStore` is the project name. You can check out [creating a new project](../../getting-started#create-a-new-project) document to see how you can create a new project. We will create the project with ABP CLI. But first of all, we need to login to the ABP Platform to create a commercial project.
Expand Down

0 comments on commit aa382a7

Please sign in to comment.