This is the documentation site for DigiParser, built with Zudoku.dev.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:9000 with your browser to see the result.
You can start editing the documentation by modifying pages/docs/intro.mdx
. The content will automatically update as you save the file.
To learn more about DigiParser and its features, visit our documentation.
We welcome contributions! If you'd like to improve our documentation:
- Fork the repository
- Create your feature branch (
git checkout -b feature/improvement
) - Commit your changes (
git commit -am 'Add some improvement'
) - Push to the branch (
git push origin feature/improvement
) - Open a Pull Request
Feel free to submit issues and enhancement requests or join our community discussions.