mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Merge pull request #1357 from sondreal/fix-outline-typo
fixes typo outline->getoutline #1352
This commit is contained in:
@@ -25,8 +25,8 @@ export const templates: TemplateData[] = [
|
||||
"Outline is a self-hosted knowledge base and documentation platform that allows you to build and manage your own knowledge base applications.",
|
||||
links: {
|
||||
github: "https://github.com/outline/outline",
|
||||
website: "https://outline.com/",
|
||||
docs: "https://docs.outline.com/",
|
||||
website: "https://getoutline.com/",
|
||||
docs: "https://docs.getoutline.com/s/guide",
|
||||
},
|
||||
logo: "outline.png",
|
||||
load: () => import("./outline/index").then((m) => m.generate),
|
||||
@@ -1559,4 +1559,4 @@ export const templates: TemplateData[] = [
|
||||
tags: ["backend", "database", "api"],
|
||||
load: () => import("./convex/index").then((m) => m.generate),
|
||||
},
|
||||
];
|
||||
];
|
||||
Reference in New Issue
Block a user