Skip to content
Strata v1.2.6

v1.2.1

v1.2.1 — Doc site ordering, Node 24 fixes, architecture diagram

Section titled “v1.2.1 — Doc site ordering, Node 24 fixes, architecture diagram”

Plans and Releases sidebar sections now display newest first (previously oldest first). Implemented via reversed: true on both autogenerate blocks in astro.config.mjs.

7 stale “Node 22” references updated to “Node 24” across 5 documentation files:

  • backend.md — Stack table runtime entry
  • techstack.md — Backend section runtime entry
  • quickstart.md — Prerequisites section
  • recovery.md — Recovery prerequisites note
  • desktopapp.md — Desktop app prerequisites
  • dev-setup.md — nvm auto-switch note + nvm use command

Intentional “Node >=22 supported” minimum-version notes were left intact.

The Mermaid data flow diagram now correctly shows the Docs site as available in both dev and prod:

  • Dev: cd docs && npm run dev on port 4321 (Starlight dev server)
  • Prod: nginx serves the pre-built static site on port 8001

The Services at a Glance table also corrected: Docs dev port was incorrectly listed as 8001 (a prod-only nginx port).

  • 2d9bb4d — docs: fix sidebar ordering, Node 24 refs, architecture diagram
  • 2259c84 — chore: release v1.2.1