MkDocs 1.0
21–30 of 45 posts
Re: MkDocs 1.0
#22How do mkdocs and asciidoctor compare to reStructuredRext/Sphinx nowadays?
I'm not familiar with asciidoctor, however, I have a fair amount of experience with Sphinx & MkDocs. POSITIVES OF MkDocs over Sphinx * Markdown seems to be easier for people to understand and are familiar with as opposed to reStructuredText. However, Sphinx now does allow you to use Markdown as well as reStructuredText. * MkDocs seems to have more themes that are actively developed. My favorite is mkdocs-material ( h…
Re: MkDocs 1.0
#23But I had to switch off the search functionality because it was causing a slowdown when displaying the page (you couldn't even scroll?).
Also I would appreciate if they made changing the theme easier - currently there is only a minified bootstrap css which is a PITA to modify.
Re: MkDocs 1.0
#24Yet they still have no way for me to buy them a beer. https://github.com/mkdocs/mkdocs/issues/892
Does it split evenly to anyone who wrote code? What about people who only review and merge PRs?
What about if someone was unavailable for a month or two—do they still get a cut for current donations?
I help maintain marked.js.org and we currently don’t accept donations because of these questions.
Re: MkDocs 1.0
#25We migrated a while ago all our python docs from sphinx and the free readthedocs to mkdocs. Two main reasons: - we like markdown more and starting (actually we converted to markdown with pandoc) with a bunch of markdown files was a breeze. We also did not lost advanced documentation features because there are plenty of fantastic mkdocs plugins. - readthedocs was unreliable for us but we also did not wanted to pay for…
Re: MkDocs 1.0
#26How do mkdocs and asciidoctor compare to reStructuredRext/Sphinx nowadays?
Re: MkDocs 1.0
#27Earlier quoted context omitted.
Github hosts your docs for free, with a custom domain name?
Github Pages doesn't cost money.
Re: MkDocs 1.0
#28We migrated a while ago all our python docs from sphinx and the free readthedocs to mkdocs. Two main reasons: - we like markdown more and starting (actually we converted to markdown with pandoc) with a bunch of markdown files was a breeze. We also did not lost advanced documentation features because there are plenty of fantastic mkdocs plugins. - readthedocs was unreliable for us but we also did not wanted to pay for…
I'm curious why you didn't use the sphinx markdown option and/or use travis and github pages to generate the sphinx docs instead.
Re: MkDocs 1.0
#29We migrated a while ago all our python docs from sphinx and the free readthedocs to mkdocs. Two main reasons: - we like markdown more and starting (actually we converted to markdown with pandoc) with a bunch of markdown files was a breeze. We also did not lost advanced documentation features because there are plenty of fantastic mkdocs plugins. - readthedocs was unreliable for us but we also did not wanted to pay for…
Actually, rtd is free for OSS projects
Re: MkDocs 1.0
#30I've just started writing documentation for my project in MkDocs like last week. So far, it's pretty good. But I had to switch off the search functionality because it was causing a slowdown when displaying the page (you couldn't even scroll?). Also I would appreciate if they made changing the theme easier - currently there is only a minified bootstrap css which is a PITA to modify.