Source files for the TablePro documentation site, powered by Mintlify.
docs/
├── index.mdx # Introduction
├── quickstart.mdx # Getting started guide
├── installation.mdx # Installation instructions
├── changelog.mdx # Release changelog
├── databases/ # Database connection guides
├── features/ # Feature documentation
├── customization/ # Settings and customization
├── development/ # Developer documentation
└── vi/ # Vietnamese translation (full parity)
Install the Mintlify CLI and start the dev server:
npm i -g mint
mint devPreview at http://localhost:3000.
Changes pushed to the default branch are deployed automatically via the Mintlify GitHub app.