Using the DocumentationConfiguration Object
SitecoreDXG supports being passed a DocumentationConfiguration
object as a property of the JSON object stored in the OPTIONS_FILE_PATH
passed to the middleman. This object allows users to add extra information to the documentation that they plan to generate.
By default, this object supports the following properties:
DocumentationTitle
CommitAuthor
CommitHash
CommitLink
DeployLink
ProjectName
EnvironmentName
An example DocumenationConfiguration
object is shown below:
PreviousUsing the Default RabbitMQ Middleman and TriggerNextUsing the Provided AWS S3 Deploy Completion Handler
Last updated