MetadataParams
Metadata-Command parameters
Record Fields
Record Field | Description |
Common
Signature: CommonParams
|
Specify common docFx options |
ConfigFile
Signature: string
|
Specify the config file path. |
DisableGitFeatures
Signature: bool
|
Disable fetching Git related information for articles. By default it is enabled and may have side effect on performance when the repo is large. |
FilterConfigFile
Signature: string
|
Specify the filter config file. |
ForceRebuild
Signature: bool
|
Force re-generate all the metadata. |
GlobalNamespaceId
Signature: string
|
Specify the name to use for the global namespace. |
LogParams
Signature: LogParams
|
Specify Logging parameter |
MSBuildProperties
Signature: string
|
--property |
OutputFolder
Signature: string
|
Specify the output base directory. |
PreserveRawInlineComments
Signature: bool
|
Preserve the existing xml comment tags inside 'summary' triple slash comments. |
Projects
Signature: string list
|
Specify project files. |
ShouldSkipMarkup
Signature: bool
|
Skip to markup the triple slash comments. |
Instance members
Instance member | Description |
x.WithCommon(f)
Signature: (f:(CommonParams -> CommonParams)) -> MetadataParams
|
Changes the "Common" parameters according to the given function |
x.WithLogParams(f)
Signature: (f:(LogParams -> LogParams)) -> MetadataParams
|
Changes the "LogParams" according to the given function |
Static members
Static member | Description |
MetadataParams.Create()
Signature: unit -> MetadataParams
|
Metadata default parameters |