Feature/deep strike (#48)
Update Docs / prepare-docs (push) Successful in 42s
Publish Beta Release / build (push) Successful in 41s
Update Docs / build-image (push) Successful in 19s
Update Docs / deploy-container (push) Successful in 21s

Closes #42

Reviewed-on: #48
Co-authored-by: dutchie031 <timrorije@gmail.com>
This commit was merged in pull request #48.
This commit is contained in:
2026-09-20 16:56:30 +00:00
committed by dutchie031
parent cbccedf710
commit 2e7a930473
15 changed files with 204 additions and 78 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ class Sidebar extends HTMLElement {
render() {
var betaHtml = '';
if (true || window.location.hostname.toLowerCase() == 'beta.spearhead.rocks') {
if (window.location.hostname.toLowerCase() == 'beta.spearhead.rocks') {
betaHtml = '<note-box type="warning" title="Beta Version">You are looking at docs that are released with the beta version.</note-box>';
}