mirror of
https://github.com/p-stream/docs.git
synced 2026-01-11 12:00:47 +00:00
9 lines
163 B
JavaScript
9 lines
163 B
JavaScript
import { guider } from '@neato/guider';
|
|
|
|
const withGuider = guider({
|
|
themeConfig: './theme.config.tsx',
|
|
});
|
|
|
|
export default withGuider({
|
|
output: 'export',
|
|
});
|