Files
git.stella-ops.org/docs/_includes/CONSTANTS.md
master b97fc7685a
Some checks failed
Build Test Deploy / authority-container (push) Has been cancelled
Build Test Deploy / docs (push) Has been cancelled
Build Test Deploy / deploy (push) Has been cancelled
Build Test Deploy / build-test (push) Has been cancelled
Docs CI / lint-and-preview (push) Has been cancelled
Initial commit (history squashed)
2025-10-11 23:28:35 +03:00

1.1 KiB
Executable File
Raw Blame History

docs/_includes/CONSTANTS.md

---
# ─────────────────────────────────────────────────────────────────────────────
#  Shared constants for both the technical docs (Markdown) and the marketing
#  site (Nunjucks).  Eleventy injects these variables into every template.
#  Never hardcode the values elsewhere — lintci will block the merge.
# ─────────────────────────────────────────────────────────────────────────────

dotnet:       "10 LTS"      # Runs on .NET 10 (LTS channel)
angular:      "20"          # Frontend framework major
quota_anon:   33            # Anonymous daily scans
quota_token:  333           # Daily scans with free JWT
slowdown:     "560 s"      # Delay window after exceeding quota

# Add new keys here; update the docs linter pattern in .gitlab-ci.yml.
---