From 34a375776e9d260cbef688d5361e0ed6ecac2bab Mon Sep 17 00:00:00 2001 From: Khiet Tam Nguyen Date: Tue, 7 Jan 2025 09:23:58 +1100 Subject: [PATCH] docs: added the "tools" tag for gotenberg --- apps/dokploy/templates/templates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/templates/templates.ts b/apps/dokploy/templates/templates.ts index 2024668a2..427798ecc 100644 --- a/apps/dokploy/templates/templates.ts +++ b/apps/dokploy/templates/templates.ts @@ -1208,7 +1208,7 @@ export const templates: TemplateData[] = [ website: "https://gotenberg.dev", docs: "https://gotenberg.dev/docs/getting-started/introduction", }, - tags: ["api", "backend", "pdf"], + tags: ["api", "backend", "pdf", "tools"], load: () => import("./gotenberg/index").then((m) => m.generate), } ];