Installing Wyam Doc Builder
Install Wyam on the command line with
dotnet(requires .NET Core):dotnet tool install -g Wyam.ToolRestart command line (or VS Code)
Doc system assumes another copy of repo to
gh-pagesbranches has been checked out alongside the repo in agh-pagesdirectory.Type
wyamto build, clear all non-.git folders in gh-pages folder before-hand if making significant structure changes.To preview the site and watch for changes use:
wyam -p -w --virtual-dir "/SpaceBattleArena"Open your browser to http://localhost:5080/SpaceBattleArena/ (notice the ending slash).
Make 2 branches one off
masterand one offgh-pagesin order to submit two PRs for updates to source docs and generated output.