From b81dcd7e0ce1e8a8134223578e426a7ec6abea4c Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Sun, 21 Sep 2025 21:51:10 -0400 Subject: [PATCH] add blueprints video --- manage/blueprints.mdx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/manage/blueprints.mdx b/manage/blueprints.mdx index 1ec1785..af97b58 100644 --- a/manage/blueprints.mdx +++ b/manage/blueprints.mdx @@ -5,6 +5,15 @@ description: "Pangolin Blueprints are declarative configurations that allow you Blueprints provide a way to define your Pangolin resources and their configurations in a structured, declarative format. This allows for easier management, version control, and automation of your resource setups. + + ## Overview Pangolin supports two blueprint formats: @@ -344,4 +353,4 @@ TCP and UDP targets should not include the `method` field as it's only applicabl Authentication is only supported for HTTP resources, not TCP or UDP. ### "Resource must either be targets-only or have both 'name' and 'protocol' fields" -Resources must either contain only the `targets` field (targets-only) or include both `name` and `protocol` for complete resource definitions. \ No newline at end of file +Resources must either contain only the `targets` field (targets-only) or include both `name` and `protocol` for complete resource definitions.