Browse Source

Merge pull request #23568 from abpframework/EngincanV/cms-sub-docs

Add CMS Kit feature docs to the doc-nav with lazy-expandable support & revise the page-feedback doc
pull/23570/head
Enis Necipoglu 9 months ago
committed by GitHub
parent
commit
49b0f415a1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 84
      docs/en/docs-nav.json
  2. BIN
      docs/en/images/cmskit-module-page-feedback-widget-2.png
  3. BIN
      docs/en/images/cmskit-module-page-feedback-widget.png
  4. 5
      docs/en/modules/cms-kit-pro/page-feedback.md

84
docs/en/docs-nav.json

@ -2345,11 +2345,91 @@
},
{
"text": "CMS Kit",
"path": "modules/cms-kit"
"isLazyExpandable": true,
"path": "modules/cms-kit",
"items": [
{
"text": "Overview",
"path": "modules/cms-kit.md",
"isIndex": true
},
{
"text": "Pages",
"path": "modules/cms-kit/pages.md"
},
{
"text": "Blogging",
"path": "modules/cms-kit/blogging.md"
},
{
"text": "Tag Management",
"path": "modules/cms-kit/tags.md"
},
{
"text": "Comments",
"path": "modules/cms-kit/comments.md"
},
{
"text": "Reaction System",
"path": "modules/cms-kit/reactions.md"
},
{
"text": "Rating System",
"path": "modules/cms-kit/ratings.md"
},
{
"text": "Menus",
"path": "modules/cms-kit/menus.md"
},
{
"text": "Global Resources",
"path": "modules/cms-kit/global-resources.md"
},
{
"text": "Dynamic Widget",
"path": "modules/cms-kit/dynamic-widget.md"
},
{
"text": "Marked Item System",
"path": "modules/cms-kit/marked-items.md"
}
]
},
{
"text": "CMS Kit (Pro)",
"path": "modules/cms-kit-pro"
"isLazyExpandable": true,
"path": "modules/cms-kit-pro",
"items": [
{
"text": "Overview",
"path": "modules/cms-kit-pro.md",
"isIndex": true
},
{
"text": "Newsletter System",
"path": "modules/cms-kit-pro/newsletter.md"
},
{
"text": "Contact Management",
"path": "modules/cms-kit-pro/contact-form.md"
},
{
"text": "URL Forwarding System",
"path": "modules/cms-kit-pro/URL-forwarding.md"
},
{
"text": "Poll System",
"path": "modules/cms-kit-pro/poll.md"
},
{
"text": "Page Feedback System",
"path": "modules/cms-kit-pro/page-feedback.md"
},
{
"text": "FAQ System",
"path": "modules/cms-kit-pro/faq.md"
}
]
},
{
"text": "Docs",

BIN
docs/en/images/cmskit-module-page-feedback-widget-2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

BIN
docs/en/images/cmskit-module-page-feedback-widget.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

5
docs/en/modules/cms-kit-pro/page-feedback.md

@ -2,10 +2,9 @@
> You must have an ABP Team or a higher license to use CMS Kit Pro module's features.
The CMS Kit provides a **Page Feedback** system to collect feedback from users about pages.
The CMS Kit Pro module provides a comprehensive **Page Feedback** system that enables you to collect valuable user feedback about your website pages. This system allows visitors to quickly rate their experience and provide comments, helping you understand user satisfaction and identify areas for improvement.
| ![cmskit-module-page-feedback-widget](../../images/cmskit-module-page-feedback-widget.png) | ![cmskit-module-page-feedback-widget](../../images/cmskit-module-page-feedback-widget-2.png) |
| ------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------- |
![cmskit-module-page-feedback-widget](../../images/cmskit-module-page-feedback-widget.png)
## Enabling the Page Feedback System

Loading…
Cancel
Save