This directory contains the VitePress documentation for @mcabreradev/filter.
Start the development server:
pnpm run docs:devThe documentation will be available at http://localhost:5173/
Build the documentation for production:
pnpm run docs:buildThe built files will be in docs/.vitepress/dist/
Preview the production build:
pnpm run docs:previewGenerate API documentation from TypeScript source:
pnpm run docs:api.vitepress/- VitePress configuration and themeguide/- Getting started and core feature guidesframeworks/- Framework integration guides (React, Vue)examples/- Code examples and use casesapi/- API reference documentationpublic/- Static assets (images, logos, etc.)
The documentation is configured for deployment to Vercel or Netlify:
- Vercel: Uses
vercel.jsonconfiguration
Both platforms will automatically:
- Install dependencies with
pnpm install - Build the docs with
pnpm run docs:build - Deploy the
docs/.vitepress/dist/directory
- Interactive code playground
- Full-text search
- Dark mode support
- Mobile-responsive design
- Framework-specific examples
- API documentation
- Performance benchmarks