From 64f54197f5b3df486cdc4e530efdb477d5e28bc4 Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 21 Apr 2026 10:51:30 -0700 Subject: [PATCH] Remove minecraft --- manage/blueprints.mdx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/manage/blueprints.mdx b/manage/blueprints.mdx index 149394d..a365ee1 100644 --- a/manage/blueprints.mdx +++ b/manage/blueprints.mdx @@ -1,6 +1,5 @@ --- -title: "Blueprints" -icon: "file-code" +title: "Definition" description: "Define Pangolin resources and site settings declaratively with YAML or container labels" --- @@ -184,14 +183,14 @@ public-resources: ```yaml public-resources: - minecraft: - name: Minecraft + mqtt: + name: Mosquitto MQTT protocol: tcp - proxy-port: 25565 + proxy-port: 1883 targets: - site: my-site - hostname: game-server - port: 25565 + hostname: mqtt-server + port: 1883 ``` For raw resources: