Changelog
What shipped
User-visible changes to the platform, newest first. Internal refactors stay in the git log where they belong.
- docs
The platform site moves to Astro
ai.tamedia.tech is now an Astro site with a real landing page, a Starlight knowledge base, and typed collections for workshops, changelog and news.
mkdocs served the repository’s Markdown well enough as a documentation tree, but it has no content model: a workshop with a date, a level and a signup link could only ever be prose someone maintained by hand.
The site is now Astro. The knowledge base runs on Starlight, so it keeps a sidebar and full-text search. Everything else is a typed content collection with a Zod schema, which means a malformed entry fails the build with a field name instead of rendering wrong.
It also carries the Tamedia identity now: the figurative “T”, the brand red and Source Sans 3, so the site reads as part of the company rather than a stray internal tool. The typeface is self-hosted, so no third-party font request leaves the page.
Contributing has not changed: it is still Markdown in this repository, still a pull request.