Kampute.DocToolkit.Topics.Abstracts Namespace
Contains abstract classes that implement common functionality for topic sources.
Remarks
This namespace provides foundational abstractions for implementing the ITopic interface. These abstractions handle common topic source scenarios including content conversion, dynamic generation, and standardized content rendering.Classes
| ConvertibleTopic | Provides the base functionality for a topic source that requires content conversion. |
| DynamicTopic | Provides the base functionality for a topic source that generates content dynamically in the format required by the documentation system. |
| TopicSource | Provides the base functionality for a topic source. |
