-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
docs: improve documentation #13
base: main
Are you sure you want to change the base?
Conversation
BTW, the tests fail on lack of Icon for the test DB -- do you know how long it can take to see the change on a database? I added an Icon and it's not visible in the results...Perhaps PEBKAC, it's late here. |
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.
Good stuff. The docs definitely need improvements. Also, a quick start in the README would be awesome, I think. And the current example is absolutely garbage…
Ok I'll tweak that. Any advice on getting the database icon test to work? |
Test seem to fail because of the doctests. Gonna need to either ignore them or use something like https://docs.rs/tokio-test/0.3.0/tokio_test/fn.block_on.html to make it work with async. |
Changes should propagate instantly. Do you have your own test DB duplicated, or are you using the one from .example.env? I can also give you access to the example one so you can make changes there. It might be easier. Just comment on the page, and I will add you. |
BTW do you mean change the example I added or somewhere else? I don't think there's an example in the README |
No, your example is great. I mean the |
Some small improvements to documentation. More to come -- want to build better examples first.