Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.42 KB

docusaurus.md

File metadata and controls

19 lines (14 loc) · 1.42 KB
title
Docusaurus

Docusaurus is great but I dislike the fact that it uses React which adds unnecessary load to the page. VitePress & VuePress seem like a nice alternative although Vue also uses VDOM.

I want to try build a SolidJS based docs generation site and use it for my wiki. Start with just basics I need for myself and let the community do the rest. Make it as modular and pluggable as Docusaurus. And support inserting arbitrary Solid components.

Links