I'm using Docsify to document a web component library. For that I need to render those UI components, pass data, attach events etc., For this purpose, I'm using Vue components inside .md files as Docsify support those.
Is there any plugin or other generators which does the same using React with the simplicity of Docsify (dropping in a script tag in an existig index.html will work seamlessly)?
Top comments (2)
Haven't used Docsify but Facebook has a product docusaurus.io/
It's a simple documentation generator (doesn't support MDX, available in alpha though).
You might also want to check out this post
A Glance through Docusaurus, Docz, and React-Static
swyx ・ Jun 30 '18 ・ 7 min read
Thanks! Will check