From 2674e3785b38eed50fe9cf88b7b3af0aa0240e54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Thu, 20 May 2021 10:12:00 +0300 Subject: [PATCH] Rename CMS kit docs --- .../Modules/Cms-Kit/{Blog-System.md => Blogging.md} | 0 .../Cms-Kit/{Comment-System.md => Comments.md} | 0 docs/en/Modules/Cms-Kit/Index.md | 12 ++++++------ .../Modules/Cms-Kit/{Rating-System.md => Ratings.md} | 0 .../Cms-Kit/{Reaction-System.md => Reactions.md} | 0 .../Modules/Cms-Kit/{Tag-Management.md => Tags.md} | 0 6 files changed, 6 insertions(+), 6 deletions(-) rename docs/en/Modules/Cms-Kit/{Blog-System.md => Blogging.md} (100%) rename docs/en/Modules/Cms-Kit/{Comment-System.md => Comments.md} (100%) rename docs/en/Modules/Cms-Kit/{Rating-System.md => Ratings.md} (100%) rename docs/en/Modules/Cms-Kit/{Reaction-System.md => Reactions.md} (100%) rename docs/en/Modules/Cms-Kit/{Tag-Management.md => Tags.md} (100%) diff --git a/docs/en/Modules/Cms-Kit/Blog-System.md b/docs/en/Modules/Cms-Kit/Blogging.md similarity index 100% rename from docs/en/Modules/Cms-Kit/Blog-System.md rename to docs/en/Modules/Cms-Kit/Blogging.md diff --git a/docs/en/Modules/Cms-Kit/Comment-System.md b/docs/en/Modules/Cms-Kit/Comments.md similarity index 100% rename from docs/en/Modules/Cms-Kit/Comment-System.md rename to docs/en/Modules/Cms-Kit/Comments.md diff --git a/docs/en/Modules/Cms-Kit/Index.md b/docs/en/Modules/Cms-Kit/Index.md index cf2a675985..0db9f172c8 100644 --- a/docs/en/Modules/Cms-Kit/Index.md +++ b/docs/en/Modules/Cms-Kit/Index.md @@ -7,11 +7,11 @@ This module provides CMS (Content Management System) capabilities for your appli The following features are currently available: * Provides a [**page**](Pages.md) management system to manage dynamic pages with dynamic URLs. -* Provides a [**blog**](Blog-System.md) system to create publish blog posts with multiple blog support. -* Provides a [**tagging**](Tag-Management.md) system to tag any kind of resource, like a blog post. -* Provides a [**comment**](Comment-System.md) system to add comments feature to any kind of resource, like blog post or a product review page. -* Provides a [**reaction**](Reaction-System.md) system to add reactions (smileys) feature to any kind of resource, like a blog post or a comment. -* Provides a [**rating**](Rating-System.md) system to add rating feature to any kind of resource. +* Provides a [**blogging**](Blogging.md) system to create publish blog posts with multiple blog support. +* Provides a [**tagging**](Tags.md) system to tag any kind of resource, like a blog post. +* Provides a [**comment**](Comments.md) system to add comments feature to any kind of resource, like blog post or a product review page. +* Provides a [**reaction**](Reactions.md) system to add reactions (smileys) feature to any kind of resource, like a blog post or a comment. +* Provides a [**rating**](Ratings.md) system to add rating feature to any kind of resource. Click to a feature to understand and learn how to use it. @@ -33,7 +33,7 @@ GlobalFeatureManager.Instance.Modules.CmsKit(cmsKit => }); ``` -Instead of enabling all, you may prefer to enable the features one by one. The following example enables only the [tags](Tag-Management.md) and [comments](Comment-System.md) features: +Instead of enabling all, you may prefer to enable the features one by one. The following example enables only the [tags](Tags.md) and [comments](Comments.md) features: ````csharp GlobalFeatureManager.Instance.Modules.CmsKit(cmsKit => diff --git a/docs/en/Modules/Cms-Kit/Rating-System.md b/docs/en/Modules/Cms-Kit/Ratings.md similarity index 100% rename from docs/en/Modules/Cms-Kit/Rating-System.md rename to docs/en/Modules/Cms-Kit/Ratings.md diff --git a/docs/en/Modules/Cms-Kit/Reaction-System.md b/docs/en/Modules/Cms-Kit/Reactions.md similarity index 100% rename from docs/en/Modules/Cms-Kit/Reaction-System.md rename to docs/en/Modules/Cms-Kit/Reactions.md diff --git a/docs/en/Modules/Cms-Kit/Tag-Management.md b/docs/en/Modules/Cms-Kit/Tags.md similarity index 100% rename from docs/en/Modules/Cms-Kit/Tag-Management.md rename to docs/en/Modules/Cms-Kit/Tags.md