-
-
Notifications
You must be signed in to change notification settings - Fork 493
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
First steps toward bank user guide #4460
Conversation
Saw this and had a suggestion - have you heard of video automation? Narakeet has a nice free tier and $6/30 minutes afterwards which lets you generate video with audio narration from a 10kb max markdown script. It's kind of like if you wrote a powerpoint in markdown, Narakeet will generate the audio narration and slideshow presentation in video format automatically. |
@jimmyli97 Thanks for the suggestion! My reasoning behind doing a mainly textual user guide is that it will be plausible to have anyone make updates to it. So keeping it simple! |
… getting started partners information
…nd draft of "Asking for Changes"
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.
As long as only files in doc/user_guide/bank are the ones being added this is approved to merge!
Thanks! Onward and upward! |
@cielf: Your PR |
Description
We need a maintainable user guide. Every so often we make a change that outdates our current documentation. (That just happened with Dashboard)
There is a balance to be struck between maintainablity, usefulness, and user-friendliness.
At this point, what we have is a table of contents and a handful of sections written. The intent is that several people will contribute to this, and that @cielf will serve as editor-in-chief on it, but that we'll have the rest of the senior team do a review before publicizing it / putting links to it in communications.
The tradeoffs on doing this as a markdown document are: maintainablility vs having a pretty format vs providing something for people who learn better from video than text. I don't think we have the manpower to maintain a full video tutorial over time, but it may be useful to provide a few demo type vids, especially around the partner experience, as the banks don't necessarially see that.
Using markdown makes it plausible to keep things up to date with changes to the UI.
Type of change