Browse Source

Add cms-kit demo sample link to the samples doc.

pull/19827/head
Engincan VESKE 2 years ago
parent
commit
7cfd19f7cb
  1. 2
      docs/en/Modules/Cms-Kit/Index.md
  2. 8
      docs/en/Samples/Index.md

2
docs/en/Modules/Cms-Kit/Index.md

@ -2,6 +2,8 @@
This module provides CMS (Content Management System) capabilities for your application. It provides **core building blocks** and fully working **sub-systems** to create your own website with CMS features enabled, or use the building blocks in your web sites with any purpose.
> You can see the live demo at [cms-kit-demo.abpdemo.com](https://cms-kit-demo.abpdemo.com/).
> **This module currently available only for the MVC / Razor Pages UI**. While there is no official Blazor package, it can also work in a Blazor Server UI since a Blazor Server UI is actually a hybrid application that runs in an ASP.NET Core MVC / Razor Pages application.
The following features are currently available:

8
docs/en/Samples/Index.md

@ -12,8 +12,16 @@ Reference microservice solution built with the ABP Framework and .NET.
This is a reference application built with the ABP Framework. It implements the Domain Driven Design with multiple application layers.
* [Live](https://openeventhub.com/)
* [Source code](https://github.com/abpframework/eventhub)
## CMS Kit Demo
This reference application built with the ABP Framework and demonstrates the [CMS Kit Module's](../Modules/Cms-Kit/Index.md) capabilities.
* [Live](https://cms-kit-demo.abpdemo.com/)
* [Source code](https://github.com/abpframework/cms-kit-demo)
## Book Store
A simple CRUD application to show basic principles of developing an application with the ABP Framework. The same sample was implemented with different technologies:

Loading…
Cancel
Save