Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 383 Bytes

File metadata and controls

5 lines (4 loc) · 383 Bytes

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 faqItems field in the frontmatter (JSON array with question and answer keys) and {% faq /%} in the body to render them. See billing.mdoc for an example.
  • To run a local build: bun run build