docs handling

This commit is contained in:
2026-02-27 14:47:28 +01:00
parent a795426700
commit f9cb923639
7 changed files with 93 additions and 1 deletions
+3
View File
@@ -8,6 +8,9 @@
<div style="max-width: 960px; margin: 10px auto; text-align: center;">
<div class="btn-group" role="group" aria-label="Game controls">
<a href="/releases/{{.Software.Name}}" class="btn btn-primary">Back to Releases</a>
{{if .WebPlayableRelease.DocsFolderPath}}
<a href="/docs/{{.Software.Name}}/{{.WebPlayableRelease.Version}}" class="btn btn-info">Docs</a>
{{end}}
<button id="fullscreenButton" class="btn btn-secondary">Fullscreen</button>
</div>
</div>