docs: added the "tools" tag for gotenberg

This commit is contained in:
Khiet Tam Nguyen 2025-01-07 09:23:58 +11:00
parent 644fb1ef43
commit 34a375776e
No known key found for this signature in database
GPG Key ID: 820E05388D9E305B

View File

@ -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),
}
];