mirror of
https://github.com/hanzo-docs/docs.git
synced 2026-07-27 04:31:57 +00:00
- Rename all packages from fumadocs-* to @hanzo/docs-* - Update all imports across apps, examples, and packages - Update documentation and content references - Sync lockfile with new package names
8 lines
160 B
TypeScript
8 lines
160 B
TypeScript
import { defineConfig, defineDocs } from '@hanzo/docs/mdx/config';
|
|
|
|
export const docs = defineDocs({
|
|
dir: 'content/docs',
|
|
});
|
|
|
|
export default defineConfig();
|