-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Documentation] How to test a new keyboard guide #36
Conversation
Thanks for the PR ! Having this additional page will be very helpful. At the moment, there are some issues with the render; how did you test your changes ? If you do : pip install -e ".[docs]"
mkdocs serve You should be able to visualize the page by going to http://127.0.0.1:8000/test_a_new_keyboard/ And then you can fix the rendering issues in the markdown file (like the bullet points or the admonitions) And I agree, adding screenshots would be extra-helpful ! (Specially in the section about accessing settings) |
I didn't know it. Thanks! I'll check it |
Screenshots added and checked the render. |
PR ready to re-check @astariul |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ! 👍
Add documentation to know how to test a new keyboard that is not supported yet by Kebbie
🔍️ Description
This documentation is mainly focused on how to set up an Android emulator and evaluate an Android keyboard.
🧐 Context
This doc should be a step by step guide to add or just test any keyboard with Kebbie
Maybe we can add some screenshots
✅ How this was tested ?
🌱 Checklist