- Update the unity-pomodoro submodule using command:
git submodule update --remote --merge
. - Navigate into the
.\docfx_project\
directory. - Run command
docfx
to build the latest docs. If you'd like to preview the docs locally run this command with the--serve
option as such:docfx --serve
. You will be able to preview the docs via local host, see console output. - Stage and push your updated submodule and
docs
folder to git. (Ideally follow gitflow, only changes to the\master
get uploaded to our site via GitHub pages)