Table of Contents

Hx_DocFX_Git

The target to generate documentation created as a Docfx project. The target checks out a branch from a git repository containing a Docfx project, runs the 'docfx metadata' command, then runs the 'docfx build', then commits generated changes with the specified $Hx_DocFX_Message and pushes changes back to the remote repository.

Properties

Hx_DocFX_Git_BranchName

The particular branch where the documentation is located in the repository under the $Hx_DocFX_RepositoryUrl. Default is 'gh-pages'.

Hx_DocFX_Git_Token

A token to push the updated documentation back into the $Hx_DocFX_RepositoryUrl.

Hx_DocFX_Git_User

The user name of the author of the commit who updates the documentation. Default is ''.

Hx_DocFX_Git_Email

The email of the author of the commit who updates the documentation. Default is ''.