Skip to content

Delta3-Studio/game-docs-wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Contributors