ConceptualContentSettingsCreateConfigurationFiles Method

This is used to create the conceptual content build configuration files

Definition

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public void CreateConfigurationFiles(
	BuildProcess builder
)

Parameters

builder  BuildProcess
The build process

Remarks

This will create the companion files used to resolve conceptual links and the _ContentMetadata_.xml configuration file. It will also merge the conceptual topics into the BuildAssembler manifest file.

See Also