mirror of
https://github.com/tiennm99/danswer-docs.git
synced 2026-06-17 14:48:17 +00:00
eed7f02d4f78ef3918a2c2cb849bfc102b15659b
Added BookStack page to the docs
Danswer Docs
This repo generates the docs and 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.
To make changes, check out mint.json, it should be fairly straightforward hopefully!
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%
)