foldocs
v0.1.2
Published
The beautiful and flexible Foldkit documentation framework, powered by Effect.
Readme
Foldocs
The beautiful and flexible Foldkit documentation framework, powered by Effect.
Installation
pnpm add foldocs foldkit effectUsage
import { defineConfig } from 'foldocs'
export default defineConfig({
site: { title: 'My docs' },
content: { dir: 'content/docs' },
})For a complete application, start with pnpm create foldocs@latest.
Documentation
Read the Foldocs documentation.
