Running the Docs Locally
Prerequisite
You should have installed Git (version 2.30.1 or higher) and Node.js (version 18.10.0 or higher).
docs folder inside the cloned MindsDB Git repository and start Mintlify there:
http://localhost:3000.
git clone https://github.com/mindsdb/mindsdb.git
npm i mintlify -g
docs folder inside the cloned MindsDB Git repository and start Mintlify there:
mintlify dev
http://localhost:3000.
no such file or directory: C:/Users/Username/.mintlify/mint/client. Here are the steps to troubleshoot it:C:/Users/Username/.mintlify/ directory.mint folder.git clone https://github.com/mintlify/mint.git.docs # All documentation source files
|__assets/ # Images and icons used throughout the docs
│ ├─ ...
│__folders_with_mdx_files/ # All remaining folders that store the .mdx files
|__mdx_files # Some of the .mdx files are stored in the docs directory
|__mintlify.json # This JSON file stores navigation and page setup
Was this page helpful?