{{ $providerName := .Get 0 }} {{ $packagePath := printf "/docs/reference/pkg/%s" $providerName }} {{- /* Not all providers have resource docs, so we check to make sure they do before trying to link to them. */ -}} {{ if fileExists (printf "%s/_index.md" $packagePath) }}

This page documents the language specification for the {{ $providerName }} package. If you're looking for help working with the inputs, outputs, or functions of {{ $providerName }} resources in a Pulumi program, please see the resource documentation for examples and API reference.

{{ end }}