Kampute.DocToolkit.Topics Namespace
Contains models for conceptual documentation topics that complement API reference documentation.
The models in this namespace represent conceptual documentation content such as explanatory material, guides, tutorials, and other non-reference documentation. These models support the integration of conceptual documentation with API reference documentation.Classes
| AdHocTopic | Represents a documentation topic that generates its content using a delegate. |
| FileTopic | Represents source of a documentation topic that reads content from a file. |
| HtmlFileTopic | Represents a documentation topic that is stored in an HTML file. |
| MarkdownFileTopic | Represents a documentation topic that is stored in a Markdown file. |
Interfaces
| IFileBasedTopic | Defines a contract for a documentation topic that is based on a file system resource. |
| IMutableTopic | Defines a contract for a mutable documentation topic that allows modification of the topic title and hierarchical relationships. |
| ITopic | Defines a contract for a documentation topic. |