Definition
Assembly: CloudNimble.DotNetDocs.Core.dll Namespace: CloudNimble.DotNetDocs.Core.Renderers Inheritance: CloudNimble.DotNetDocs.Core.Renderers.RendererBaseSyntax
Summary
Renders documentation as YAML files.Remarks
Generates structured YAML documentation suitable for configuration files and integration with various documentation platforms.Constructors
.ctor
Initializes a new instance of the YamlRenderer class.Syntax
Parameters
Name | Type | Description |
---|---|---|
context | CloudNimble.DotNetDocs.Core.ProjectContext? | The project context. If null, a default context is created. |
Methods
RenderAsync
Renders the documentation assembly to YAML files.Syntax
Parameters
Name | Type | Description |
---|---|---|
model | CloudNimble.DotNetDocs.Core.DocAssembly | The documentation assembly to render. |
Returns
Type:System.Threading.Tasks.Task
A task representing the asynchronous rendering operation.
Related APIs
- CloudNimble.DotNetDocs.Core.IDocRenderer