I was able to move my web page to docosaurus after the migration to MDX2 🎉
Reddit
reddit.com › r/selfhosted › please help me identify what software is used for this documentation
r/selfhosted on Reddit: Please help me identify what software is used for this documentation
August 16, 2020 -
Hi r/selfhosted,
I'm counting on this community's hivemind knowledge :)
I came across the documentation on Docker and it looked pretty familiar. I had seen this "style" when I used Microsoft's Documentation
For example, compare the styles of 2 sample posts:
-
MS Power Apps
-
Docker - Getting started
Would anyone be able to identify what software/service is behind both implementations?
Top answer 1 of 5
7
Don’t know what they use, but here are a couple of good JS-based documentation generators: https://v2.docusaurus.io (I use this one) and https://docsify.js.org/
2 of 5
5
It looks like custom in house software. It's quite possibly not an open source solution. You might be able to build something similar using https://www.mkdocs.org/ . Creating documentation like that takes a lot of effort and time. The style you're seeing is very common for DocFX as well as MKDocs. It's all the templates that matter. DocFX example: https://ovasquez.github.io/docfx-material/articles/content3.html
Which tools do you recommend for building docs pages for an open source project? Sep 28, 2018
r/opensource 7y ago
Looking for an Open-Source, Self-Hosted "All-in-One" Docs + Video Library Platform (Docusaurus migration?) Jun 11, 2026
r/technicalwriting 3mo ago
19:43
Full Docusaurus multi-docs tutorial - YouTube
Docusaurus v3.5 Made Easy: Install, Customise, Deploy
31:16
Docusaurus: Documentation Made Easy - YouTube
10:01
Create Documentation Websites Easily with Docusaurus - YouTube
24:59
Build a Markdown Documentation Site with Docusaurus (Step-by-Step) ...
What is Docusaurus? Build a React Website Using Markdown ...
GitHub
gist.github.com › adulau › 50309aabdf8b072bf83ab4882313884b
Review of documentation generator open source tool · GitHub
https://docusaurus.io/ Looks nice and neat (you need a lot of JS to view doc, less nice) but cannot find a simple way to generate PDF or EPUB. https://www.mkdocs.org/ Simple and minimal, using Python very nice. But still not default PDF export. There is a pandoc module (unmaintained?) https://github.com/jgrassler/mkdocs-pandoc · https://github.com/docsifyjs/docsify ·
Author: facebook
npm Trends
npmtrends.com › docsify-vs-docusaurus
docsify vs docusaurus | npm trends
Comparing trends for docsify 4.13.1 which has 61,215 weekly downloads and 31,395 GitHub stars vs. docusaurus 1.14.7 which has 8,334 weekly downloads and 65,676 GitHub stars.
DEV Community
dev.to › vanigami › from-docsify-to-docusaurus-21o5
From Docsify to Docusaurus - DEV Community
February 17, 2023 - Most importantly though, Docusaurus is SEO friendly! <3 · HTML files are statically generated (unlike Docsify) for every URL so search engines can find and index your content. There is also a sitemap plugin called @docusaurus/plugin-sitemap that ships with the preset-classic version of Docusaurus by default.
SaaSHub
saashub.com › home › blogging › documentation
Docusaurus VS Docsify - compare differences & reviews?
June 30, 2023 - Docusaurus is recommended for developers and project maintainers who need to create and manage comprehensive documentation for open source projects or internal tools. It is particularly valuable for those who prefer a React-based approach and need features like versioning and localization out ...
npm Trends
npmtrends.com › docsify-vs-docusaurus-vs-docute-vs-gitbook-vs-mkdocs-vs-storybook-vs-vuepress
docsify vs docusaurus vs docute vs gitbook vs mkdocs vs storybook vs vuepress | npm trends
Comparing trends for docsify 4.13.1 which has 49,271 weekly downloads and 30,257 GitHub stars vs. docusaurus 1.14.7 which has 8,063 weekly downloads and 61,351 GitHub stars vs. docute 4.23.3 which has 111 weekly downloads and 3,818 GitHub stars vs. gitbook 2.6.9 which has 2,941 weekly downloads and 28,204 GitHub stars vs. mkdocs 0.0.1 which has 282 weekly downloads and unknown number of GitHub stars vs. storybook 9.1.2 which has 7,064,034 weekly downloads and 87,541 GitHub stars vs. vuepress 1.9.10 which has 48,309 weekly downloads and 22,796 GitHub stars.
npm Trends
npmtrends.com › docsify-vs-docusaurus-vs-gitbook-vs-vuepress
docsify vs docusaurus vs gitbook vs vuepress | npm trends
Comparing trends for docsify 4.13.1 which has 65,441 weekly downloads and 30,659 GitHub stars vs. docusaurus 1.14.7 which has 14,813 weekly downloads and 62,689 GitHub stars vs. gitbook 2.6.9 which has 3,582 weekly downloads and 28,421 GitHub stars vs. vuepress 1.9.10 which has 63,251 weekly downloads and 22,808 GitHub stars.
LibHunt
libhunt.com › compare-docsify-vs-docusaurus
docsify vs Docusaurus - compare differences and reviews? | LibHunt
November 22, 2021 - Tools like Docsify[1] can take a pile of Markdown files and serve a site out of them, client- or server-side, without a static build step. Depending on the org, you can get away with GitHub's default rendering of Markdown in a repo.