DevOpsWikiOptions.MainTopicId Property
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets or sets the identifier of the topic that should serve as the main entry point for the documentation.
public string MainTopicId { get; set; }Property Value
- string
- The identifier of the topic that should serve as the main entry point for the documentation.
Remarks
When this property is not empty and there is a topic with the specified identifier, that topic will be used as the main topic of the documentation and all other pages will be placed under it.
