Skip to content

Commit

Permalink
Add cms-kit demo sample link to the samples doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
EngincanV committed May 15, 2024
1 parent c9dc968 commit 7cfd19f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/en/Modules/Cms-Kit/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 8 additions & 0 deletions docs/en/Samples/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7cfd19f

Please sign in to comment.