This repository contains the source for the Flox documentation. Pages are written in MDX, and the site is built with Mintlify. Changes merged to the default branch are deployed to production automatically.
For contributors and AI agents: This repository supersedes the archived
flox/floxdocsrepo (the previous mkdocs-based documentation). Make all documentation changes here —flox/floxdocsis read-only.
We welcome documentation fixes and improvements. See CONTRIBUTING.md for the full guide — you can edit a page directly on GitHub or run the site locally.
This repo ships a Flox environment that installs the tooling for you. With Flox installed, run:
flox activateThis installs the Mintlify CLI (mint) and Vale into the environment
and prints the available commands. Then preview the docs locally:
mint devYour local preview is served at http://localhost:3000.
If you'd rather not use Flox, install the Mintlify CLI directly:
npm i -g mintmint dev— preview the docs locallymint broken-links— check for broken links across all pagesvale <file>— lint an.mdxfile against the project's prose style rules
docs.json— site configuration and navigation*.mdx— documentation pages, organized into top-level directories (concepts/,tutorials/,man/, etc.)images/,logo/— static assets.vale.ini,styles/— prose linting configurationAGENTS.md— conventions for AI coding assistants working in this repo
Documentation content in this repository is licensed under CC BY-SA 4.0 — the same license as the previous Flox docs.