Source for the Brimble docs site.
npm i -g mintlify
mintlify devThat serves the site on http://localhost:3000.
Pages live as .mdx files under directories that mirror the navigation in docs.json. When you add a new page, register it under the appropriate group in docs.json's navigation.tabs[0].groups.
Components available without imports: <Note>, <Tip>, <Info>, <Warning>, <Check>, <Card>, <CardGroup>, <Tabs>, <Tab>, <Steps>, <Step>, <CodeGroup>, <Frame>, <Accordion>, <AccordionGroup>. See Mintlify components for the full list.
- Every page has YAML frontmatter with
titleanddescription. Mintlify renderstitleas the H1, so don't write a duplicate# Titlein the body. - Internal links use Mintlify's absolute paths without the
.mdxextension:[Builds](/projects/builds). - Image placeholders use
<Info>blocks tagged**Image needed:**with descriptive alt text. - Brand icons in the frameworks page come from Simple Icons.
Issues with the docs themselves: open an issue.