docs(blog): remove broken forward links and add publish dates#445
Merged
Conversation
The daemon-process-separation post shipped before the post-2 / post-3 companion posts, leaving two broken forward references. Remove the "Next:" link from the series header and the closing "next post" line, to be restored when posts 2 and 3 ship. While here: - Add visible publish dates to both existing blog posts (inline text, no schema changes; OpenClaw back-filled from first commit). - Reorder the Blog sidebar so OpenClaw (older) appears before the daemon post, and update the daemon-post sidebar label to match the retitled article. - Add the daemon post to blog/index.mdx in date order.
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.
Summary
PR #443 shipped the daemon-process-separation post before posts 2 and 3 in the series, leaving two broken forward references on the live site. This PR removes them; they'll be restored when posts 2 (#442) and 3 (#444) ship.
Bundled blog housekeeping while here:
astro.config.mjsflipped so OpenClaw (older) appears before the daemon post.blog/index.mdxnow lists the daemon post in date order.Files changed
site/src/content/docs/blog/daemon-process-separation.mdx— strip "Next:" link from series header, drop closing "next post" line, add publish datesite/src/content/docs/blog/openclaw-plugin-deep-dive.mdx— add publish datesite/src/content/docs/blog/index.mdx— add daemon post, prefix both with datesite/astro.config.mjs— reorder Blog sidebar items, fix daemon-post labelTest plan
pnpm buildinsite/passes/blog/index, daemon post, and sidebar order after deploy