Definition

Assembly: CloudNimble.DotNetDocs.Core.dll Namespace: CloudNimble.DotNetDocs.Core

Syntax

CloudNimble.DotNetDocs.Core.IDocTransformer

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

System.Threading.Tasks.Task TransformAsync(CloudNimble.DotNetDocs.Core.DocEntity entity)

Parameters

NameTypeDescription
entityCloudNimble.DotNetDocs.Core.DocEntityThe documentation entity to transform.

Returns

Type: System.Threading.Tasks.Task A task representing the asynchronous transformation operation.