When should teams look beyond ReadMe or GitBook?
What is the main difference between ReadMe and GitBook?
Do ReadMe and GitBook both support AI features?
I have a gem, tabulo that is getting to the point where the README is pretty long, and contains more than just a bare introduction to the gem. It really acts as a user manual for the gem. I like to have a README that's pretty substantial, as I think this is much more accessible than just pointing to the rubydocs and leaving it at that. However, it bothers me that there is no sidebar navigation—meaning readers have to keep jumping back to the top to see the contents. It also feels like the README is getting too long for just one page.
Lately I've been looking at GitBook and wondering whether to migrate the content of the README there. It provides a very nicely formatted layout with sidebar navigation, as well as a prompt that lets users easily suggest edits to the documentation. See the GitBook for FoalTS, as one example.
My question is: Do the readability and navigability benefits of putting the user guide in GitBooks (or something similar) outweigh the "accessibility" benefits (for want of a better word) of having the user guide simply be the GitHub project README? Having everything in the README means that once users (or potential users) land on the GitHub repo, the "complete" guide to using the gem is "zero clicks" away; it can be read through continually simply by scrolling down. But it's not as navigable or as slick as GitBook. I'm trying to weigh these things up. If anyone has any experience, thoughts or feedback on this, that would be greatly appreciated.
At my company we recently made the switch from Gitbook to Readme.io. Unfortunately, I'm starting to regret this decision because of the limited formatting options available in Readme.io. One big problem is the difficulty of adding images within a paragraph. I have to resort to using HTML blocks and inline CSS styling, which is quite frustrating. Another annoying limitation is the inability to align images, like aligning them to the left. These are just a couple of examples out of several important formatting features that seem to be missing in Readme.io.
I was wondering if any of you have come across alternative documentation platforms that offer more flexibility and customization in terms of formatting? I'd really appreciate any recommendations or insights you might have based on your own experiences.
Looking forward to hearing your thoughts!