JSPM

@sanity/generate-help-url

3.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 211979
  • Score
    100M100P100Q179957F
  • License MIT

Generates URLs to specific sections of the Sanity documentation

Package Exports

  • @sanity/generate-help-url

Readme

@sanity/generate-help-url

npm versionnpm bundle sizeBuild Status

Generates URLs to specific sections of the Sanity documentation.

Installation

npm install --save @sanity/generate-help-url

Usage

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.

License

MIT © Sanity.io