UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

6 lines (3 loc) 209 B
import { HelpContentsRegistry } from '@spinnaker/core'; const helpContents: { [key: string]: string } = {}; Object.keys(helpContents).forEach((key) => HelpContentsRegistry.register(key, helpContents[key]));