Skip to content

Commit e699ebd

Browse files
rr404jdvLaurenceJJones
authored
Adding cloudways guide (#620)
* adding cloudways guide * hidden guide in our doc as it is "experimental" --------- Co-authored-by: jdv <[email protected]> Co-authored-by: Laurence <[email protected]>
1 parent c45eaf6 commit e699ebd

File tree

3 files changed

+394
-0
lines changed

3 files changed

+394
-0
lines changed

crowdsec-docs/src/components/QuickStart.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import {
1010
import opnsenseLogo from "@site/static/img/logo-opnsense.svg";
1111
import pfSenseLogo from "@site/static/img/logo-pfsense.svg";
1212
import whmLogo from "@site/static/img/logo-whm.svg";
13+
import cloudwaysLogo from "@site/static/img/logo-cloudways.svg";
1314
import Link from "@docusaurus/Link";
1415

1516
const staticData = [
@@ -58,6 +59,12 @@ const staticData = [
5859
text: "WHM",
5960
link: "/u/getting_started/installation/whm",
6061
},
62+
// Experimental, not linking to it
63+
// {
64+
// icon: cloudwaysLogo,
65+
// text: "Cloudways",
66+
// link: "/u/getting_started/installation/cloudways",
67+
// },
6168
];
6269

6370
export default function QuickStart() {
Lines changed: 2 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)