Definition
Assembly: CloudNimble.DotNetDocs.Core.dll Namespace: CloudNimble.DotNetDocs.CoreSyntax
Summary
Defines a transformation step in the documentation processing pipeline.Remarks
Implementations of this interface modify the documentation model before rendering, applying customizations such as overrides and transformations.Methods
TransformAsync
Transforms a documentation entity.Syntax
Parameters
Name | Type | Description |
---|---|---|
entity | CloudNimble.DotNetDocs.Core.DocEntity | The documentation entity to transform. |
Returns
Type:System.Threading.Tasks.Task
A task representing the asynchronous transformation operation.