mirror of
https://github.com/tiennm99/danswer-docs.git
synced 2026-06-17 14:48:17 +00:00
1d981713f7de5a9b77d9b8293c66b44e1e5b0bfe
Danswer Docs
This repo generates the setup guide for Danswer found at https://docs.danswer.dev/.
It uses Mintlify which is a no-code documentation generation tool. Instructions on setting up local preview are included below.
More info on Mintlify found here.
Set up Mintlify
Install the Mintlify CLI to preview the documentation changes locally.
To install, use the following command (requires node >= v19.0.0)
npm i -g mintlify
Run the following command at the root of your documentation (where mint.json is)
mintlify dev
Publishing Changes
Changes are automatically deployed to production after merging to main.
Troubleshooting
- Mintlify dev isn't running - Run
mintlify installit'll re-install dependencies. - Page loads as a 404 - Make sure you are running in a folder with
mint.json - Mintlify Docs - https://mintlify.com/docs/introduction
Languages
MDX
100%
)