Vocs
Source:
src/Fly/Website/Vocs.ts
Deploy a Vocs documentation site to Fly. The node
target serves static assets first, then Vocs’ Waku RSC handler
(/about → about/index.html, otherwise SSR).
Creating Vocs Sites
Section titled “Creating Vocs Sites”Vocs documentation site
const docs = yield* Fly.Website.Vocs("Docs", { rootDir: "./docs",});Custom output directory
const docs = yield* Fly.Website.Vocs("Docs", { rootDir: "./docs", outDir: "build",});