
This talk about building TigerBeetle was intriguing:
- all ci scripts in the same language as the project (zig, rust, etc)
- merge commits
- cross compilation by default
- github actions only to dispatch scripts
- no semver until you have to
0
0
1
I think I've found a good stack to build documentation as part of a wider website.
Previously I was using contentlayer but it's sort of deprecated now.
docs live in a separate public repo and synced to S3 on push
RSC to generate pages at build time
next-mdx-remote to fetch pages from S3 and render them
shiki for code
0
1
0





