Hacker News new | ask | show | jobs
by coleifer 3543 days ago
I'm one of the cocreators of readthedocs.org, in the interests of improving this free platform, what features does docsapp provide that aren't available on rtd?
1 comments

One of the features I think RTD missing is DocsApp support upload swagger.yml file and auto generate API browser (https://demo.docsapp.io/docs/swagger-api) as well as API Tester (soon).

Another one is DocsApp is using markdown editor instead of pulling docs from SCM (git). Which good for users that do not know to use git.

DocsApp also support generate Github release page (https://demo.docsapp.io/docs/github-release) so users able to download artifacts without leaving DocsApp.

PS: I never use RTD so I might wrong.