Skip to content

adrian-miasik/unity-pomodoro-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Pomodoro Documentation

How to generate & publish the most up-to-date docs

  1. Update the unity-pomodoro submodule using command: git submodule update --remote --merge.
  2. Navigate into the .\docfx_project\ directory.
  3. 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.
  4. 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)