Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 948 Bytes

File metadata and controls

46 lines (28 loc) · 948 Bytes

Docs Template Mugen

Template for Game Design Document Wiki Site

Tip

🔓 Default Password: Password@Secret!123

Documentation:

How run local?

You will need .NET installed:

On windows PowerShell execute:

$ ./docs/build.ps1

Alternatively

$ dotnet tool install -g docfx
$ cd ./docs
$ docfx --serve

How to GitHub Actions?

Look at this workflow file

Note

This template use staticrypt for password "protection".

Set this action secrets on your repository:

  • SITE_PASSWORD: The site password
  • SITE_SALT: Salt for the password (must be a 32 character long hexadecimal string)
  • STATICRYPT_REMEMBER: How many days the user "session" will last