mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Docs for the new GUI for the MCP Toolkit. https://deploy-preview-22673--docsdocker.netlify.app/ai/mcp-catalog-and-toolkit/
7 lines
177 B
HTML
7 lines
177 B
HTML
{{- $path := printf "%s" . }}
|
|
{{- with resources.Get $path }}
|
|
{{ .Content | safeHTML }}
|
|
{{- else }}
|
|
{{- errorf "The 'svg' partial was unable to find %s" $path }}
|
|
{{- end }}
|