docs: add blog to docs site via starlight-blog#243
Open
pdlug wants to merge 1 commit into
Open
Conversation
Wire the starlight-blog plugin into the Astro/Starlight docs site: add the plugin, extend the docs content schema with blog frontmatter fields, add a Blog nav link on the landing page, and exclude blog posts from the generated llms-*.txt bundles (they're narrative, not reference). Ships three entries under blog/: an intro post, a post template, and a release-announcement post covering recorded time (0.33) and provenance retraction (0.34), with an agent-memory scenario as the worked example. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MjBezdP7P3xhVuNaPVfCSs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a blog to the Astro/Starlight docs site using the
starlight-blogplugin.starlight-blogplugin intoastro.config.mjsdate,tags,excerpt,featured,draft,authors,cover) — only files underblog/use themblog/**from the generatedllms-*.txtbundles (posts are narrative, not reference)Posts
introducing-the-typegraph-blog— intro / what the blog is for_template— starter template for new posts (kept as a draft)truth-maintenance-for-agent-memory— release announcement covering recorded time (0.33) and provenance retraction (0.34), using an agent-memory scenario as the worked example