Having hard time finding a good alternative to gitbook.com. I'm looking for a really modern hosted service like Gitbook.com. Gitbook
s support doesn't seem to respond at all. There is no way to call them, so I'm looking for something else.<p>I know there is gatsbyjs.com, hexo.com and others that allow us to build one, but I'm looking for plug-and-play service where I write docs in markdown/html and setup the CNAME of my company's domain and be done with it. Any suggestions would be really helpful!
I used github pages with gitbook-cli for a project and it worked well. I set up a Travis integration to automatically build the book on commit. Life got in the way so I ended up not keeping up with it (I added other people as contributors but they haven't kept it up either). The other benefit was that I could select gitbook plugins that gitbook.com didn't support itself (particularly the LaTeX stuff).<p><a href="https://github.com/rabuf/applied-category-theory" rel="nofollow">https://github.com/rabuf/applied-category-theory</a><p>This deployment scheme worked really well for me after I got it all tuned (my first experience with Travis so I screwed up a bunch of little things). I imagine any other CI/CD platform would be equivalent.
Hi @node-bayarea, Have you tried vuepress? (<a href="https://vuepress.vuejs.org/" rel="nofollow">https://vuepress.vuejs.org/</a>)<p>I use vuepress for my project and I love it. It is not just for vue users. Pros: SEO friendly - among others<p>Also, I'd recommend docsify (<a href="https://docsify.js.org/" rel="nofollow">https://docsify.js.org/</a>) Pros: Super easy to use.