This tool does a few things:
npm install @raycast/generate-docsThis tool does a few things:
- Check that all assets are indeed used in the docs
- Check that all links lead somewhere
- Replaces all instances of by a markdown table generated from the JS Doc
- Replaces all instances of by a markdown table generated from the JS Doc
````
npx @raycast/generate-docs --docs=PATH/TO/DOCS/FOLDER --types=PATH/TO/TYPES/FILE.d.ts --output=PATH/TO/OUTPUT/FOLDER