There are many document hosting services, but few prioritize interaction between developers. I think most documentation services target general readers and aren't designed to be used by developers themselves.
dodo-doc is a documentation hosting service built for myself and fellow software engineers. It supports the following functionalities that other documentation services don't have:
Strong CLI Tool I'm aiming for a documentation service that can be interactively manipulated from the terminal. You can not only upload but also search and open docs directly from the terminal. We also have experimental support for MCP.
CI Affinity Don't you want to preview documents on CI? I do. You can easily set up deploy and preview flows on GitHub Actions.
Private Use Other documentation tools may have this feature too. But it's REQUIRED for me because I write journals in git. Therefore, dodo-doc supports private documents out of the box.
It's easy to set up, so I'd love for you to give it a try. I'm looking forward to your feedback!