Template for Game Design Document Wiki Site
Tip
🔓 Default Password: Password@Secret!123
You will need .NET installed:
On windows PowerShell execute:
$ ./docs/build.ps1Alternatively
$ dotnet tool install -g docfx
$ cd ./docs
$ docfx --serve
Look at this workflow file
Note
This template use staticrypt for password "protection".
Set this action secrets on your repository:
SITE_PASSWORD: The site passwordSITE_SALT: Salt for the password (must be a 32 character long hexadecimal string)STATICRYPT_REMEMBER: How many days the user "session" will last
