VitePress
Love VitePress and use it for all my docs including this very wiki.
Perhaps in future, it'd be interesting to explore having a version of VitePress that allowed the use of Solid components instead or in addition to Vue.
But I had no real need for this thus far. VitePress design and especially custom themes is super clean and extensible.
Examples
Plugins
- VitePress Sidebar - Automatically configures and manages the sidebar of your page with simple settings.
Notes
set -x NODE_OPTIONS '--max-old-space-size=16384'
, setting variableNODE_OPTIONS
with--max-old-space-size=16384
before doing build, can fix problems with memory overflow in builds