View Documentation¶
Learn how to access KidPix documentation and get help with the application.
Online Documentation¶
The complete KidPix documentation is available online at:
https://justinpearson.github.io/kidpix/
The documentation includes:
- User guides for learning how to use KidPix
- Maintainer guides for developers working on the project
- Technical explanations about the architecture and design decisions
Documentation Structure¶
For Users¶
- Quick Start - Get started using KidPix
- Use Cases - What you can create with KidPix
- How-To Guides - Step-by-step instructions for specific tasks
For Developers¶
- Maintainer Quick Start - Development setup
- How-To Guides - Development workflows
- Architecture Explanations - Technical deep dives
Getting Help¶
Reporting Issues¶
If you encounter bugs or problems with KidPix:
- Check existing issues at GitHub Issues
- Search the documentation to see if your question is already answered
- Create a new issue with:
- Clear description of the problem
- Steps to reproduce the issue
- Browser and operating system information
- Screenshots if helpful
Feature Requests¶
To suggest new features or improvements:
- Check existing feature requests in GitHub Issues
- Create a new issue with the "enhancement" label
- Describe your idea including:
- What you'd like to see added
- Why it would be useful
- How you imagine it working
Documentation Issues¶
Found a problem with the documentation itself?
- Documentation issues can be reported at GitHub Issues
- Label your issue with "documentation"
- Be specific about:
- Which page has the problem
- What's unclear or incorrect
- Suggestions for improvement
Community¶
- GitHub Repository: justinpearson/kidpix
- Live Demo: kidpix.app
- Issues & Discussions: Use GitHub Issues for bug reports, feature requests, and questions
Offline Access¶
The documentation is also available in the project repository:
- Clone the repository:
git clone https://github.com/justinpearson/kidpix.git
- Navigate to the
doc/
directory - All documentation files are in Markdown format and readable in any text editor