Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.31 KB

File metadata and controls

20 lines (17 loc) · 1.31 KB

CMS Migration TODO

After Launch

  • Remove Vite SSR workaround for zod in astro.config.mjs once CMS build is separated from TS verification (see withastro/astro#14117)
  • Remove <name>Data special-case in scripts/api-generation-typescript.ts once typedoc fixes the prose or we find a better general solution
  • Move asset files to proper location (currently in docs/assets/, should be in src/content/docs/assets/)
  • Inline TypeScript code examples directly in markdown and verify via separate type-checking step (e.g., tsc on extracted code blocks) instead of snippet includes
  • Update astro-auto-import once delucis/astro-auto-import#110 is merged

Blog

  • Full-content RSS (currently includes description only, not rendered MDX body)
  • Content negotiation via Accept headers (requires edge/CDN middleware, not SSG-compatible)
  • x-markdown-tokens response header on markdown endpoints
  • Markdown sitemap (/blog/sitemap.md)
  • Newsletter signup integration
  • OG image custom font (currently uses system sans-serif, not Figtree)
  • Author avatars (schema supports avatar field but no images seeded yet)
  • Cover images for posts (schema supports coverImage field)
  • Visual design review / polish pass on blog pages