Source for bedrock-python.github.io — release notes, design decisions, and deep dives for the Bedrock Python library ecosystem.
uv sync --group dev
uv run pre-commit install --hook-type commit-msg
make docs-serveOpen http://localhost:8000.
Create a Markdown file under docs/blog/posts/ with a date-prefixed name:
docs/blog/posts/YYYY-MM-DD-your-slug.md
Required front matter:
---
date: YYYY-MM-DD
authors:
- alex
categories:
- Releases # or: Design, Meta, Tutorial
tags:
- library-name
---
# Post title
One-sentence summary shown in the post list.
<!-- more -->
Full content here.Any push to master triggers the Docs workflow which builds with zensical and deploys to GitHub Pages automatically.
Apache 2.0 — see LICENSE.