secondaryOutputs property

List<SecondaryOutput> secondaryOutputs
final

A collection of secondary outputs to create for matching pages.

When an output matches a page's path, it is used to generate additional files for the page. This may be used for outputting supplementary files like the raw markdown of a page, an llms.txt file

Implementation

final List<SecondaryOutput> secondaryOutputs;