This is the official documentation site for Handit.ai, built with Nextra and Next.js.
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
Open http://localhost:3000 to view the docs in your browser.
-
Build for production:
npm run build npm run start
pages/— Documentation content (MDX files)components/— Custom React components (icons, etc.)theme.config.jsx— Nextra theme configurationnext.config.mjs— Next.js configuration.gitignore— Files and folders ignored by git
- Edit
theme.config.jsxto change the logo, navbar, footer, and theme options. - Add or edit documentation pages in the
pages/directory using MDX. - Add custom React components in
components/and use them in your MDX files.
- Modern, responsive documentation UI
- Built-in search and navigation
- Code blocks with copy button
- Dark/light mode support
- Easy customization
Pull requests and issues are welcome! For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.