platform
CarrTech Platform Overview
How the CarrTech website and product documentation are structured.
CarrTech products are documented from static files in Git. Product teams can review documentation changes in the same flow as code changes, while the brochure site can keep using richer Astro components.
Information model
- Product overview pages explain why the product exists.
- Installation pages cover the first successful deployment.
- Operations pages cover day-two ownership, upgrades, and security review.
Editing docs
Add Markdown or MDX files under src/content/docs. The frontmatter controls
navigation grouping and ordering.
title: Example Page
description: Short page summary.
product: ct-ops
order: 20