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
- Enable the module or the specific feature from Configuration -> Features in the Orchard Core admin.
- Review the feature dependencies listed below and enable any supporting Orchard Core or CloudSolutions features they require.
- If the module adds settings, recipes, migrations, admin screens, or workflows, configure those pieces after enabling the feature.
- 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.HtmlOrchardCore.TitleOrchardCore.AutorouteOrchardCore.TaxonomiesOrchardCore.AliasOrchardCore.ContentsOrchardCore.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.csRelatedContentPartSettingsDisplayDriver.csRelatedContentPartSettingsViewModel.cs
Configuration checklist
- Enable the module feature in Orchard Core.
- Confirm the dependency
OrchardCore.Htmlis available and enabled where needed. - Confirm the dependency
OrchardCore.Titleis available and enabled where needed. - Confirm the dependency
OrchardCore.Autorouteis available and enabled where needed. - Confirm the dependency
OrchardCore.Taxonomiesis available and enabled where needed. - Confirm the dependency
OrchardCore.Aliasis available and enabled where needed. - Confirm the dependency
OrchardCore.Contentsis available and enabled where needed. - Confirm the dependency
OrchardCore.Searchis 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.
Related documentation
- For Orchard Core framework concepts, see the official Orchard Core documentation.