DocumentationContextBuilder.DocFx Method
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Creates a new instance of DocumentationContextBuilder for building documentation context to generate HTML pages with structure matching DocFX conventions.
public static DocumentationContextBuilder DocFx(DocFxOptions options = null)Parameters
optionsDocFxOptions optional- The options for DocFX pages. If
null, default options are used.
Returns
- DocumentationContextBuilder
- A DocumentationContextBuilder configured for HTML pages with DocFX addressing strategy.
