https://github.com/delta3-studio/game-docs-wiki
GDD Wiki Template
https://github.com/delta3-studio/game-docs-wiki
documentation game-development wiki
Last synced: 5 months ago
JSON representation
GDD Wiki Template
- Host: GitHub
- URL: https://github.com/delta3-studio/game-docs-wiki
- Owner: Delta3-Studio
- Created: 2024-10-02T12:15:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-22T15:14:21.000Z (11 months ago)
- Last Synced: 2025-08-02T10:06:17.842Z (11 months ago)
- Topics: documentation, game-development, wiki
- Homepage: https://delta3-studio.github.io/game-docs-wiki/
- Size: 8.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docs Template Mugen
[](#)
Template for Game Design Document Wiki Site
> [!TIP]
> **🔓 Default Password:** `Password@Secret!123`
## Documentation:
- [Site](https://lucasteles.github.io/game-docs-wiki)
- [Wiki](./docs/index.md)
## How run local?
You will need [.NET](https://dotnet.microsoft.com/en-us/download) installed:
On windows PowerShell execute:
```powershell
$ ./docs/build.ps1
```
Alternatively
```sh
$ dotnet tool install -g docfx
$ cd ./docs
$ docfx --serve
```
## How to GitHub Actions?
Look at [this workflow file](./.github/workflows/docs.yml)
> [!NOTE]
> This template use [staticrypt](https://github.com/robinmoisson/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