foldocs-core
v0.1.2
Published
Typed configuration, navigation, manifests, sources, internationalization, and SEO for Foldocs.
Readme
Foldocs Core
Typed configuration, navigation, manifests, sources, internationalization, and SEO for Foldocs.
Installation
pnpm add foldocs-core effectUsage
import { defineConfig } from 'foldocs-core'
export default defineConfig({
site: { title: 'My docs' },
content: { dir: 'content/docs' },
})Documentation
Read the Foldocs documentation.
