Using the DocumentationConfiguration Object
PreviousUsing the Default RabbitMQ Middleman and TriggerNextUsing the Provided AWS S3 Deploy Completion Handler
Last updated
Last updated
SitecoreDXG supports being passed a DocumentationConfiguration
object as a property of the JSON object stored in the 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: