The official Bruno Documentation repository, built with Mintlify.
Note
Ensure that Node.js (version 19 or higher) is installed before proceeding.
- Clone the repository.
git clone https://github.com/usebruno/bruno-docs.git
cd bruno-docs- Install Mintlify CLI globally (if not already installed)
npm install -g mint- Start development server
mint devThis will start a local server, and you can view the site by visiting http://localhost:3000 in your browser.
docs.json- Mintlify configuration file (navigation, versions, theme settings)*.mdx- Documentation pages written in MDX formatimages/- Screenshots and assets used in documentationsnippets/- Custom React components used in documentation
- Documentation pages use
.mdxformat (Markdown with JSX) - Custom components are available in the
snippets/directory - Images should be placed in
images/screenshots/with appropriate subdirectories - Use Mintlify components like
<Info>,<Warning>,<Tip>,<Tabs>, etc.
Learn more about Mintlify