This project is the official documentation for Numa, an open-source AI workspace for churches.
Install the Mintlify CLI to preview the documentation changes locally.
npm i -g mintlify
Run the following command at the root of your documentation (where docs.json is)
mintlify dev
After making changes to the documentation locally, push them to the default develop branch. When a new version of Numa is released, the corresponding release of NumaDocs will be integrated into the main branch for production.
- Mintlify dev isn't running - Run
mintlify installto re-install dependencies. - Page loads as a 404 - Make sure you are running in a folder with
docs.json