This is the Mintlify documentation site for the PrivateInvest platform.
- Install Mintlify CLI globally:
npm i -g mint- Navigate to this directory:
cd mintlify-docs- Start the development server:
mint dev- View your documentation at
http://localhost:3000
The documentation is organized into the following sections:
- Getting Started: Setup guides, database configuration, user credentials
- Architecture & Design: PRD, tech stack, design system, implementation plan
- API Documentation: API overview and troubleshooting
- Agent System: Complete agent system documentation
- Development: Setup status and completion guides
Changes are automatically deployed to production when you push to the default branch (main) if you have the Mintlify GitHub app installed from your dashboard.
- Edit the
.mdxfiles in the appropriate directories - Test locally with
mint dev - Commit and push to the repository
- Changes will be automatically deployed
- Main configuration:
docs.json - Homepage:
index.mdx - Documentation files: Organized in subdirectories by topic