InertiaJS Documentation
Easy access to InertiaJS documentation from raycast
Adding new version
- create file for the new version something similar to
src/documentation/v1.x.json
- add the newly created version to
src/inertiajs.tsx
documentation object
- add newly created version number to command preferences data array
- run
npm run build
to validate your work
- don't forget to add your raycast username to
contributors
in package.json