Mintlify documentation site for the SwiftAgent embeddable chat widget.
Install the Mintlify CLI and run the dev server from this directory:
npm i -g mint
mint devThe site is served at http://localhost:3000. Edits to .mdx files hot-reload.
swiftagent-docs/
├── docs.json # Site config: theme, colors, navigation
├── favicon.svg
├── logo/ # Light & dark logos
├── introduction.mdx
├── quickstart.mdx
├── installation.mdx
├── configuration/ # Script attributes, display modes, styling
├── features/ # Chat, file uploads
├── guides/ # Custom triggers, SPA integration, troubleshooting
└── api/ # JavaScript API reference
- Pages are MDX: Markdown plus Mintlify components
(
Card,Steps,Accordion,ParamField,CodeGroup, etc.). - Add or reorder pages in the
navigationarray ofdocs.json. Each entry is a page path without the.mdxextension. - Update brand colors and the primary CTA in
docs.json.
Connect this repository to Mintlify and it deploys on push. Set the docs root to this directory if it lives alongside other projects.