Skip to content

Update blog feed with recent KitOps content#1107

Merged
Jwilliamsr merged 1 commit intokitops-ml:mainfrom
Jwilliamsr:update-blog-feed-posts
Mar 3, 2026
Merged

Update blog feed with recent KitOps content#1107
Jwilliamsr merged 1 commit intokitops-ml:mainfrom
Jwilliamsr:update-blog-feed-posts

Conversation

@Jwilliamsr
Copy link
Contributor

Summary

  • Add 16 new entries to the blog feed JSON covering recent KitOps and ModelPack content published since late October 2025
  • New entries include posts from jozu.com/blog, DEV Community, CNCF Blog, OpenSSF Blog, Computer Weekly, DBTA, TechIntelPro, Open Source For You, and a CNCF on-demand webinar
  • Content spans October 2025 through February 2026

Test plan

  • Verify docs/.vitepress/theme/posts.json is valid JSON
  • Confirm all new URLs resolve correctly
  • Check blog feed renders properly on the docs site

🤖 Generated with Claude Code

Add 16 new entries to the blog feed covering recent KitOps and
ModelPack content from external publications, jozu.com/blog,
CNCF webinars, and community blog posts.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Jesse Williams <jessewilliams.r@gmail.com>
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds additional external references to the docs blog feed so the KitOps site can surface recently published KitOps/ModelPack-related content (Oct 2025–Feb 2026).

Changes:

  • Appends new blog feed entries to docs/.vitepress/theme/posts.json for recent KitOps/ModelPack content.
  • Introduces several new tags (e.g., ModelPack, OpenSSF, Enterprise AI, AI Supply Chain) for filtering/categorization.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +873 to +878
"tags": [
"KitOps",
"ModelPack",
"CNCF",
"Open Source"
],
Copy link

Copilot AI Mar 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Several new tags introduce acronyms/camel-case words (e.g., ModelPack) that will be lowercased for the category filter UI and then displayed with text-transform: capitalize, resulting in labels like Modelpack unless there's a matching entry in customCapitalTags (see docs/.vitepress/theme/components/Blog.vue). Consider adding mappings (e.g., modelpack -> ModelPack) or using an existing canonical tag naming scheme to keep tag labels consistent.

Copilot uses AI. Check for mistakes.
Comment on lines +978 to +982
"KitOps",
"OpenSSF",
"Security",
"AI Supply Chain"
],
Copy link

Copilot AI Mar 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New multi-word tags containing acronyms (e.g., Enterprise AI / AI Supply Chain) will appear in the category filter list as Enterprise Ai / Ai Supply Chain because tags are lowercased before display and only exact matches in customCapitalTags get corrected. Consider adding entries like enterprise ai -> Enterprise AI and ai supply chain -> AI Supply Chain (or splitting into separate tags) to avoid inconsistent capitalization in the UI.

Copilot uses AI. Check for mistakes.
Comment on lines +871 to +874
{
"url": "https://www.opensourceforu.com/2025/10/jozu-champions-open-standards-for-ai-with-cncf-supported-kitops-and-modelpack/",
"tags": [
"KitOps",
Copy link

Copilot AI Mar 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updating posts.json changes the SHA digest used by docs/.vitepress/theme/blog.data.ts to validate posts.cache.json. Since this PR doesn't also update posts.cache.json, the docs build will invalidate the cache and fetch every post URL during pnpm docs:build, which can make CI/local builds slow and flaky. Regenerate and commit an updated docs/.vitepress/theme/posts.cache.json (or adjust the loader to only fetch/cache deltas).

Copilot uses AI. Check for mistakes.
Comment on lines +871 to +873
{
"url": "https://www.opensourceforu.com/2025/10/jozu-champions-open-standards-for-ai-with-cncf-supported-kitops-and-modelpack/",
"tags": [
Copy link

Copilot AI Mar 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description says it adds 16 new feed entries, but this diff appears to add 15 new objects (starting at line 871 and ending at line 1044). Please either add the missing entry or update the PR description so it matches the actual change.

Copilot uses AI. Check for mistakes.
@gorkem gorkem requested a review from javisperez March 3, 2026 02:00
@Jwilliamsr Jwilliamsr merged commit a44998c into kitops-ml:main Mar 3, 2026
13 checks passed
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.

3 participants