Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

README.md

TablePro Documentation

Source files for the TablePro documentation site, powered by Mintlify.

Structure

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)

Local Development

Install the Mintlify CLI and start the dev server:

npm i -g mint
mint dev

Preview at http://localhost:3000.

Deployment

Changes pushed to the default branch are deployed automatically via the Mintlify GitHub app.