From 7cfd19f7cb73d86e57e27cb5bbef3d888da9cf1b Mon Sep 17 00:00:00 2001 From: Engincan VESKE <43685404+EngincanV@users.noreply.github.com> Date: Wed, 15 May 2024 09:40:18 +0300 Subject: [PATCH] Add cms-kit demo sample link to the samples doc. --- docs/en/Modules/Cms-Kit/Index.md | 2 ++ docs/en/Samples/Index.md | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/docs/en/Modules/Cms-Kit/Index.md b/docs/en/Modules/Cms-Kit/Index.md index 473872c44a..6c3201d0f9 100644 --- a/docs/en/Modules/Cms-Kit/Index.md +++ b/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: diff --git a/docs/en/Samples/Index.md b/docs/en/Samples/Index.md index 704cdf3808..088fb78f67 100644 --- a/docs/en/Samples/Index.md +++ b/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: