Add a Videos page and link it from the Resources menu
Table of Contents
This page is a capture in the next bucket of the product backlog — a pre-sprint idea, not yet pulled into a sprint as a story.
What
Create a new org-mode page (e.g. doc/videos.org, scaffolded via
compass add) listing every ORE Studio video, sourced from
https://mcraveiro.github.io/ore_studio/index.html. As of this
capture, four videos exist there:
- ORE Studio Overview - part 1 — quick overview of the ORE project and a run-through of the UI.
- ORE Studio Overview - part 2 — addresses community feedback, demonstrates bug fixes using the Claude Code setup, shows the counterparties wizard.
- ORE Studio Overview - part 3 — the Karpathian approach taken in ORE Studio, including a brief explanation of AAD, referencing Micrograd.
- ORE Studio: Sprint 17 Demo — demonstrates work completed during Sprint 17.
- ORE Studio: Sprint 22 Demo — demonstrates work completed during Sprint 22.
Then wire the new page into the site's Resources nav-group in
projects/ores.lisp/src/ores-build-site.el (around line 148-153,
alongside Manuals, Knowledge, Knowledge Graph), and rebuild
the site to verify.
Why
Video content promoting/demoing ORE Studio currently lives only on an external, easy-to-miss personal GitHub Pages site (mcraveiro.github.io) with no link from the project's own documentation site — visitors browsing docs.orestudio's Resources menu have no way to discover these videos.
References
- https://mcraveiro.github.io/ore_studio/index.html — source list of videos
projects/ores.lisp/src/ores-build-site.el:147-154— the Resources nav-group to extend