Skip to main content

Documentation Index

Fetch the complete documentation index at: https://dotnetdocs.com/llms.txt

Use this file to discover all available pages before exploring further.

Definition

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

Syntax

CloudNimble.DotNetDocs.Core.IDocEnricher

Summary

Defines an enricher for conceptual documentation augmentation.

Remarks

Implementations of this interface can enhance documentation entities with additional content from various sources such as conceptual files, AI services, or other data sources.

Methods

EnrichAsync Abstract

Enriches a documentation entity with additional conceptual content.

Syntax

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

Parameters

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

Returns

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