This repository contains the tooling used to generate the documentation for GDX.
Dox a .NET 6 console application which adds context specific functionality to the DocFX generation process. It explictly depends on an assumed file structure found in the GDX package.
The --generate
argument will execute the logic required for parsing the API and generating the static content to be
served for documentation, by default it will spin up a hosting process as well.
If no arguements are provided by default Dox will assume a
--generate
arguement has been passed.
The --deploy
argument is used to create and push a GIT commit to a remote repository of the udpated documentation.