RegistryContentNode
A content node. Clients render ‘markdown’ for any ‘kind’ they do not recognize.
Properties
kindstring requiredNode kind. Known kinds: ’text’, ’language-chooser’, ‘os-chooser’. Render ‘markdown’ for unrecognized kinds.markdownstring requiredMarkdown content. For ’text’ nodes, the content itself. For chooser nodes, a concatenation of options for fallback rendering.- Options for chooser nodes; absent for ’text'.
- ↳
languagestring optionalThe language this option applies to (for ’language-chooser’ nodes). One of: typescript, python, go, csharp, java, yaml. - ↳
osstring optionalThe operating system this option applies to (for ‘os-chooser’ nodes). One of: linux, macos, windows. - ↳
contentstring requiredThe content for this option, typically a code snippet or instructions.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.