MKT-66: Add blog MVP specification document - #11015
Conversation
Review complete. No issues found. This is a well-structured specification document that is internally consistent, accurately references existing codebase elements, and provides clear implementation guidance. Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
|
🚀 Preview deployed! Your changes have been deployed to Vercel: Preview URL: https://roo-code-website-81ywga0me-roo-code.vercel.app This preview will be updated automatically when you push new commits to this PR. |
Review complete. No issues found. This is a well-structured specification document that is internally consistent, accurately references existing codebase elements, and provides clear implementation guidance. Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
|
This was a Linear test, no need to merge |
Related GitHub Issue
Linear issue: MKT-66
Roo Code Task Context (Optional)
View task on Roo Code Cloud
Description
This PR adds a comprehensive specification document for the blog MVP at
roocode.com/blog. The spec captures all confirmed product decisions to enable implementation without further clarification.Key decisions documented:
/blogindex and/blog/[slug]post pagescontent/blog/directorypublish_date(YYYY-MM-DD) andpublish_time_pt(h:mmam/pm format)^[a-z0-9]+(?:-[a-z0-9]+)*$with uniqueness validation/blogroutes + minimal nav/sitemap glueTest Procedure
apps/web-roo-code/docs/blog.mdPre-Submission Checklist
Screenshots / Videos
N/A - documentation only
Documentation Updates
Additional Notes
This spec document is a prerequisite for implementation issues. Once approved, implementation can proceed without further product clarification.
Get in Touch
Via Roo Code Cloud task link above
Important
Adds a comprehensive specification document for the blog MVP, detailing routes, content source, frontmatter schema, publish gating, rendering strategy, and more.
blog.mdinapps/web-roo-code/docs/detailing the blog MVP specification./blog,/blog/[slug]), content source (content/blog/), and frontmatter schema (required fields likepublish_date,publish_time_pt).^[a-z0-9]+(?:-[a-z0-9]+)*$with uniqueness validation./blogroutes, minimal nav/sitemap updates.This description was created by
for 210f91a. You can customize this summary. It will automatically update as commits are pushed.