We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 926f3d8 + 5017dc2 commit 9e958d0Copy full SHA for 9e958d0
site/src/components/VendorSelection/index.js
@@ -11,6 +11,14 @@ import {
11
// Add your provider by including it in the vendors array below.
12
const VendorSelection = () => {
13
const vendors = [
14
+ {
15
+ name: "DigitalOcean",
16
+ description: "Meshery Playground hosted by DigitalOcean",
17
+ url: "https://do.playground.meshery.io",
18
+ logo: null, // We can add logos later
19
+ available: false,
20
+ hosting: "hosted",
21
+ },
22
{
23
name: "ID10",
24
description: "Meshery Playground hosted by ID10",
0 commit comments