Ryan Conrad
Ryan Conrad
I am not sure how Windows Handles console colors, but I have been doing some work on the the source of ConsoleControl for basically redirecting a shell from linux (Android...
Instead of `adb tcpip 5555` try running this `adb connect 192.168.1.123:5555` (where 192.168.1.123 is the IP address of the device). Then you can connect to the device. I use a...
Looks like this https://github.com/marketplace/actions/deploy-mkdocs can be used to directly deploy an MkDocs site directly to github pages with the material theme.
Quick little test: https://camalot.github.io/mkdocs-test/ in this repo https://github.com/camalot/mkdocs-test
Shouldn't take too long to do in initial convert. I have been taking each "Heading2" and making those into "pages" in this test repo. Maybe leave original readme there with...
I think i have all the "README" in that test site. now would just need a repo for the actual docs, and then the "layout" and files could be modified...
changes to the doc files could be things that would make use of the [Admonitions](https://squidfunk.github.io/mkdocs-material/reference/admonitions/#supported-types) in the mkdocs-material theme, in stead of relying upon the basic github markdown
Any of those might actually work well. because if someone searches for those phrases, the documentation might come back. which in turn will give them the info they need on...
Will have to grant this permission in the docs repo so it can push to the `gh-pages` branch. (might also have to do this for the action to push to...
I curated a list of variables that can be set. a "cheat sheet", versus trying to hunt down the environment variables. There are more to add. https://camalot.github.io/mkdocs-test/java/environment/