Skip to main content

Knowledges

Provides a Knowledge base structure

What this module is used for

  • Module path: src/Modules/CloudSolutions.Knowledges
  • Orchard module name: CloudSolutions.Knowledges
  • Category: Content Management
  • Project website: https://www.winnerware.ai
  • Author metadata: Mike Alhayek

This page is generated from the current repository structure and manifest metadata so it reflects the implementation in the codebase.

How to configure it

  1. Enable the module or the specific feature from Configuration -> Features in the Orchard Core admin.
  2. Review the feature dependencies listed below and enable any supporting Orchard Core or CloudSolutions features they require.
  3. If the module adds settings, recipes, migrations, admin screens, or workflows, configure those pieces after enabling the feature.
  4. Validate the module in the running site by checking the related admin menu items, content types, permissions, or UI surfaces introduced by the module.

Feature and dependency map

Knowledge Base

  • Feature ID: CloudSolutions.Knowledges
  • Description: Provides a Knowledge base structure
  • Category: Content Management
  • Dependencies:
    • OrchardCore.Html
    • OrchardCore.Title
    • OrchardCore.Autoroute
    • OrchardCore.Taxonomies
    • OrchardCore.Alias
    • OrchardCore.Contents
    • OrchardCore.Search

Implementation signals in the codebase

  • Startup class present: Yes
  • Data migrations present: Yes
  • Recipes present: Yes
  • Controllers present: Yes
  • Views present: Yes
  • Assets present: No
  • Workflows present: Yes
  • Settings-related files found:
    • RelatedContentPartSettings.cs
    • RelatedContentPartSettingsDisplayDriver.cs
    • RelatedContentPartSettingsViewModel.cs

Configuration checklist

  • Enable the module feature in Orchard Core.
  • Confirm the dependency OrchardCore.Html is available and enabled where needed.
  • Confirm the dependency OrchardCore.Title is available and enabled where needed.
  • Confirm the dependency OrchardCore.Autoroute is available and enabled where needed.
  • Confirm the dependency OrchardCore.Taxonomies is available and enabled where needed.
  • Confirm the dependency OrchardCore.Alias is available and enabled where needed.
  • Confirm the dependency OrchardCore.Contents is available and enabled where needed.
  • Confirm the dependency OrchardCore.Search is available and enabled where needed.
  • After enabling, verify any content definitions or indexes created by data migrations.
  • Review any recipes shipped with the module if you need seeded content or setup automation.
  • Review the settings types listed above to locate admin or site-level configuration surfaces.