Added onedev to templates.ts and onedev's icon

This commit is contained in:
Mohab Gabber
2024-12-17 18:51:38 +02:00
parent 536507377d
commit 4e31d8ac02
2 changed files with 15 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -1136,4 +1136,19 @@ export const templates: TemplateData[] = [
tags: ["search", "analytics"],
load: () => import("./elastic-search/index").then((m) => m.generate),
},
{
id: "onedev",
name: "OneDev",
version: "11.6.6",
description:
"Git server with CI/CD, kanban, and packages. Seamless integration. Unparalleled experience.",
logo: "onedev.png",
links: {
github: "https://github.com/theonedev/onedev/",
website: "https://onedev.io/",
docs: "https://docs.onedev.io/",
},
tags: ["self-hosted", "development"],
load: () => import("./onedev/index").then((m) => m.generate),
},
];