FAQ renders a divider-separated list of questions that expand inline. When the site assistant is enabled, a final row lets readers type their own question and get an answer generated from your docs, right inside the list.docs.json into a full documentation site. It is a drop-in replacement for Mintlify.vite build produces a standard server bundle you can run on Node.js, Docker, or Cloudflare Workers. See Deploy on Node.js or Cloudflare.docs.json shape. Unknown Mintlify fields pass through without validation errors.12345678<FAQ askPlaceholder="Ask anything about Holocron..."> <FAQ.Item question="What is Holocron?"> Holocron is a Vite plugin that turns MDX files and a `docs.json` into a full documentation site. </FAQ.Item> <FAQ.Item question="Can I self-host it?"> Yes. See [Deploy on Node.js](../deploy/node.mdx) or [Cloudflare](../deploy/cloudflare.mdx). </FAQ.Item> </FAQ>
assistant.enabled is true in docs.json. Pass ask={false} to hide it on a specific list.ask={false}.12345<FAQ ask={false}> <FAQ.Item question="Is the ask row optional?" defaultOpen> Yes. This list was rendered with `ask={false}`. </FAQ.Item> </FAQ>
askbooleanaskPlaceholderstringquestionstringrequiredtitle is accepted as an alias.defaultOpenboolean