Skip to content

Updating the Company Handbook

Updating the Company Handbook

Our business strategy lives in the /company directory and is rendered by Astro Starlight.

Frontmatter Requirements

Every Markdown file in /company must include valid YAML frontmatter, or the Astro build will fail in CI.

---
title: "Your Document Title"
description: "A brief summary of the document."
---

Proposing Strategy Changes

Do not just push strategy changes. Open a PR with the company: prefix (e.g., company(sales): update enterprise pricing). This allows the founding team to review the business logic diff just like a code review.