Generates URLs to specific sections of the Sanity documentation
npm install @sanity/generate-help-url
Generates URLs to specific sections of the Sanity documentation.
```
npm install --save @sanity/generate-help-url
`ts
import {generateHelpUrl} from '@sanity/generate-help-url'
console.log(generateHelpUrl('form-builder-input-missing-required-prop'))
`
The above example generates a help URL that points to a help document with the id form-builder-input-missing-required-prop`.
MIT © Sanity.io