Skip to content

cleanup: remove redundant post index pipeline#11

Merged
EmperorOrokuSaki merged 1 commit intomainfrom
cleanup/remove-redundant-post-pipeline
Mar 20, 2026
Merged

cleanup: remove redundant post index pipeline#11
EmperorOrokuSaki merged 1 commit intomainfrom
cleanup/remove-redundant-post-pipeline

Conversation

@EmperorOrokuSaki
Copy link
Member

Summary

  • Remove posts/ directory (duplicate content already in docs/pages/posts/*.mdx)
  • Remove scripts/generate-index.js and public/posts.json (nothing reads this JSON; PostsList uses import.meta.glob directly)
  • Remove .github/workflows/generate-index.yml (no longer needed)
  • Remove redundant showSidebar: false from posts index (already implied by layout: minimal)
  • Remove unused blogDir config from vocs.config.tsx (custom PostsList is used instead of ::blog-posts)

Test plan

  • Verify /posts page still renders with tag filtering, covers, and avatars
  • Verify individual blog posts render correctly
  • Verify homepage is unaffected
  • Confirm no remaining references to posts.json

🤖 Generated with Claude Code

The posts/*.md, scripts/generate-index.js, generate-index.yml workflow,
and public/posts.json are unused — PostsList reads frontmatter directly
from docs/pages/posts/*.mdx via import.meta.glob. Also remove redundant
showSidebar and blogDir config.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions
Copy link

github-actions bot commented Mar 20, 2026

PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-03-20 02:26 UTC

@EmperorOrokuSaki EmperorOrokuSaki merged commit 0c3c8fd into main Mar 20, 2026
1 check passed
@EmperorOrokuSaki EmperorOrokuSaki deleted the cleanup/remove-redundant-post-pipeline branch March 20, 2026 02:26
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