Thank you for your interest in improving SessionBase documentation! We welcome contributions to help make our docs clearer and more comprehensive.
-
Install the Mintlify CLI:
npm i -g mint
-
Run the development server:
mint dev
-
View your changes at
http://localhost:3000
- Write clearly and concisely - assume users are new to SessionBase
- Include practical examples - show real commands and expected outputs
- Keep it up to date - if CLI behavior changes, update the docs
- Use consistent formatting - follow existing markdown patterns
- Test all code examples and commands
- Preview your changes with
mint dev - Check that links work correctly
- Ensure proper grammar and spelling
- Fork the repository
- Create a feature branch from
main - Make your documentation changes
- Test locally with
mint dev - Submit a pull request with:
- Clear description of what you changed
- Why the change was needed
- Screenshots if applicable
- Fix errors - typos, broken links, incorrect examples
- Add missing content - new platform guides, troubleshooting steps
- Improve clarity - better explanations, additional examples
- Update outdated content - keep pace with CLI changes
- Issues: Use GitHub issues for documentation bugs or requests
- Email: reach out to support@sessionbase.ai
By contributing, you agree that your contributions will be licensed under the MIT License.