Manual installation
Install with npm
Add Foldocs to an existing Foldkit workspace with npm.
Install runtime packages
Install the framework and its Foldkit runtime:
npm install foldocs foldkit effectConfigure Vite
Then add the Foldocs Vite plugin and point it at your content/docs directory.
Verify the application
Run npm run dev, open a nested documentation route, and confirm a production
build emits that route as static HTML.
Last updated Aug 2, 2026