DocFxMergeSettings.

GlobalMetadata Property

Summary

Gets global metadata. It overrides the globalMetadata settings from the config file. See DocFxGlobalMetadata for constants for metadata keys.
Namespace
Cake.DocFx.Merge
Containing Type
DocFxMergeSettings

Syntax

public IDictionary<string, string> GlobalMetadata { get; }

Value

Type Description
IDictionary<string, string>
GitHub
Discussions