@docvia/compiler
v0.1.0
Published
Parallel build orchestrator and module-graph generator for docvia
Maintainers
Readme
@docvia/compiler
Parallel build orchestrator and module-graph generator for docvia
Part of docvia — a build-time documentation compiler for React, Svelte, and any framework with a renderer adapter.
Install
pnpm add @docvia/compilerUsage
import { compile } from "@docvia/compiler";
await compile({
sourceDir: "docs",
outDir: ".docvia",
renderer,
plugins: [],
config,
});Documentation
See the main README for the full architecture overview, configuration reference, and examples.
Licence
MIT
