Task
Initialize the support site with Astro + MDX.
Steps
npm create astro@latest with the docs template (starlight)
- Configure for MDX content
- Set up base layout with ClearCMS branding
- Deploy config for Vercel (docs.clearcms.app)
- Add basic navigation: Docs | Changelog | Support
Tech Stack
- Astro with Starlight docs theme (built for docs sites)
- MDX for content
- Vercel for hosting
- Tailwind for styling (match ClearCMS design tokens)
Acceptance Criteria
- Site builds and deploys to Vercel
- Navigation works between sections
- ClearCMS branding applied (logo, colors from @clearcms/cc-tokens)
Task
Initialize the support site with Astro + MDX.
Steps
npm create astro@latestwith the docs template (starlight)Tech Stack
Acceptance Criteria