Skip to content

docs(blog): remove broken forward links and add publish dates#445

Merged
ojongerius merged 1 commit into
mainfrom
fix/blog-daemon-forward-links
May 17, 2026
Merged

docs(blog): remove broken forward links and add publish dates#445
ojongerius merged 1 commit into
mainfrom
fix/blog-daemon-forward-links

Conversation

@ojongerius
Copy link
Copy Markdown
Contributor

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:

  • Publish dates added inline to both existing posts (plain text, no schema changes). OpenClaw back-filled from first-commit date (2026-04-27).
  • Sidebar order in astro.config.mjs flipped so OpenClaw (older) appears before the daemon post.
  • Sidebar label for the daemon post updated to match the retitled article ("The audit boundary belongs outside the agent").
  • blog/index.mdx now 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 date
  • site/src/content/docs/blog/openclaw-plugin-deep-dive.mdx — add publish date
  • site/src/content/docs/blog/index.mdx — add daemon post, prefix both with date
  • site/astro.config.mjs — reorder Blog sidebar items, fix daemon-post label

Test plan

  • pnpm build in site/ passes
  • Visual check on /blog/ index, daemon post, and sidebar order after deploy

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.
@ojongerius ojongerius merged commit f14576a into main May 17, 2026
10 checks passed
@ojongerius ojongerius deleted the fix/blog-daemon-forward-links branch May 17, 2026 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant