veritas-kanban/docs/demo
Brad Groux c64b8a1608
Some checks are pending
CI / Lint & Type Check (push) Waiting to run
CI / Workspace Unit Tests (push) Waiting to run
CI / Build (push) Waiting to run
CI / Security Audit (push) Waiting to run
Add playable demo video page (#639)
2026-06-05 11:08:15 -05:00
..
index.html Add playable demo video page (#639) 2026-06-05 11:08:15 -05:00
README.md Add playable demo video page (#639) 2026-06-05 11:08:15 -05:00

Demo Video Hosting

The public demo video is hosted by GitHub Pages from this repository's main branch and /docs source.

  • Public player page: https://bradgroux.github.io/veritas-kanban/demo/
  • Video asset: docs/assets/demo-overview.mp4
  • Source copy: assets/demo-overview.mp4

To update the public demo video:

  1. Replace assets/demo-overview.mp4 with the new canonical source asset.
  2. Copy the same file to docs/assets/demo-overview.mp4.
  3. Verify docs/demo/index.html plays the video locally.
  4. Merge to main; GitHub Pages publishes the updated player from /docs.