MkDocs 1.0
mkdocs.org
MkDocs 1.0
1–10 of 45 posts
Re: MkDocs 1.0
#2Re: MkDocs 1.0
#3Re: MkDocs 1.0
#4- 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 our open source software documentation generation + hosting.
At the end we have an auto generated mkdocs with GitHub+Travis and all searchable with the fantastic mkdocs static page search functionality (maybe the biggest feature of mkdocs)
End result: https://docs.pybossa.com (hosted on GitHub)
Re: MkDocs 1.0
#5How do mkdocs and asciidoctor compare to reStructuredRext/Sphinx nowadays?
What about a book with parts? That's one area that Sphinx falls down, and they've been dragging their feet on it so far.
Re: MkDocs 1.0
#6We 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
#7How do mkdocs and asciidoctor compare to reStructuredRext/Sphinx nowadays?
Also wondering about extensions, how are those handled? Or is this for plain documents only? For example in Sphinx you can mark up figures, youtube videos, graphviz graphs, etc. Are those plugins available with mkdocs? What about a book with parts? That's one area that Sphinx falls down, and they've been dragging their feet on it so far.
Re: MkDocs 1.0
#8Re: MkDocs 1.0
#9We 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…
Github hosts your docs for free, with a custom domain name?
Re: MkDocs 1.0
#10We 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…
Github hosts your docs for free, with a custom domain name?