This folder of the monorepo (docs/) uses Bun instead of npm or pnpm.
- When adding a new page, make sure to add it to the navigation.json file after you've created it.
- FAQs use a
faqItemsfield in the frontmatter (JSON array withquestionandanswerkeys) and{% faq /%}in the body to render them. See billing.mdoc for an example. - To run a local build:
bun run build