Skip to content

Commit

Permalink
Adding cloudways guide (#620)
Browse files Browse the repository at this point in the history
* adding cloudways guide
* hidden guide in our doc as it is "experimental"

---------

Co-authored-by: jdv <[email protected]>
Co-authored-by: Laurence <[email protected]>
  • Loading branch information
3 people authored Jan 8, 2025
1 parent c45eaf6 commit e699ebd
Show file tree
Hide file tree
Showing 3 changed files with 394 additions and 0 deletions.
7 changes: 7 additions & 0 deletions crowdsec-docs/src/components/QuickStart.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
import opnsenseLogo from "@site/static/img/logo-opnsense.svg";
import pfSenseLogo from "@site/static/img/logo-pfsense.svg";
import whmLogo from "@site/static/img/logo-whm.svg";
import cloudwaysLogo from "@site/static/img/logo-cloudways.svg";
import Link from "@docusaurus/Link";

const staticData = [
Expand Down Expand Up @@ -58,6 +59,12 @@ const staticData = [
text: "WHM",
link: "/u/getting_started/installation/whm",
},
// Experimental, not linking to it
// {
// icon: cloudwaysLogo,
// text: "Cloudways",
// link: "/u/getting_started/installation/cloudways",
// },
];

export default function QuickStart() {
Expand Down
2 changes: 2 additions & 0 deletions crowdsec-docs/static/img/logo-cloudways.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e699ebd

Please sign in to comment.