Follow the steps below to run the Mintlify documentation project locally and push your updates to the official online environment.
Install the official Mint CLI tool on your local machine for local preview and development.
npm install mint -gStart the local development server to preview document changes in real time.
mint devAfter modifying the project code and committing changes to the main branch, complete the following steps to trigger official online deployment (Mintlify requires manual access synchronization to take effect):
-
Navigate to your Mintlify Dashboard
-
Open the Settings menu and select Git settings
-
In the GitHub App section, click the settings button next to Configure GitHub App
-
Select the duixcom organization (ensure you are the owner of the
duix-docproject) -
Select the duix-doc project on the redirected page
-
Click Update access to synchronize permissions and complete the online content update
Note: Direct Git push to the main branch will not automatically update the online documentation. You must complete the GitHub App access update step to trigger official deployment.