Skip to content

Commit 7717f22

Browse files
authored
docs: removed unresponsive companies from commercial support (#505)
Signed-off-by: Bala Harish <[email protected]>
1 parent 63f9ab6 commit 7717f22

File tree

6 files changed

+0
-28
lines changed

6 files changed

+0
-28
lines changed

docs/main/commercial-support.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ This is a list of third-party companies and individuals who provide products or
1313

1414
The list is provided in alphabetical order.
1515

16-
- [Clouds Sky GmbH](https://cloudssky.com/en/)
17-
- [CodeWave](https://codewave.eu/)
1816
- [DataCore](https://www.datacore.com/support/openebs/)
19-
- [Gridworkz Cloud Services](https://www.gridworkz.com/)
2017

2118
## See Also
2219

docs/versioned_docs/version-4.1.x/commercial-support.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ This is a list of third-party companies and individuals who provide products or
1313

1414
The list is provided in alphabetical order.
1515

16-
- [Clouds Sky GmbH](https://cloudssky.com/en/)
17-
- [CodeWave](https://codewave.eu/)
1816
- [DataCore](https://www.datacore.com/support/openebs/)
19-
- [Gridworkz Cloud Services](https://www.gridworkz.com/)
2017

2118
## See Also
2219

website/public/locale/en/translation.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ home:
171171
byteDance: ByteDance
172172
clew: CLEW
173173
cloudNative: CLOUD NATIVE
174-
codewave: CodeWave
175174
cort: CORT
176175
dRating: D-Rating
177176
disid: disid

website/src/components/AdoptersSlider/index.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ const AdopterSlider: React.FC = () => {
6060
logo: '../images/logos/cloud-native.png',
6161
name: t('home.usedInProductionBy.cloudNative'),
6262
},
63-
{
64-
logo: '../images/logos/codewave.png',
65-
name: t('home.usedInProductionBy.codewave'),
66-
},
6763
{
6864
logo: '../images/logos/cort.png',
6965
name: t('home.usedInProductionBy.cort'),

website/src/constants/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ export enum EXTERNAL_LINKS {
44
OPENEBS_LINKEDIN = 'https://www.linkedin.com/company/openebs',
55
OPENEBS_YOUTUBE = 'https://www.youtube.com/channel/UC3ywadaAUQ1FI4YsHZ8wa0g',
66
OPENEBS_TWITTER = 'https://twitter.com/openebs?s=20',
7-
CLOUDSKY_WEBSITE = 'https://cloudssky.com/en/',
8-
CODEWAVE_WEBSITE = 'https://codewave.eu/',
9-
GRIDWORKZ_WEBSITE = 'https://www.gridworkz.com/',
107
MAYADATA_WEBSITE = 'https://mayadata.io/',
118
DATACORE_WEBSITE = 'https://www.datacore.com/',
129
DATACORE_OPENEBS_SUPPORT = 'https://www.datacore.com/support/openebs/',

website/src/pages/CommercialSupport/supportData.tsx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,6 @@ const SupportData = [
88
desc: 'DataCore leads the development of OpenEBS and creates simplified K8s storage solutions for enterprises.',
99
website: EXTERNAL_LINKS.DATACORE_OPENEBS_SUPPORT,
1010
},
11-
{
12-
id: 2,
13-
image: '/images/logos/cloudssky.svg',
14-
desc:
15-
'The makers of TK8, a cloud agnostic open-source tool that helps you to deploy Kubernetes on any cloud in a uniform and homogeneous way.',
16-
website: EXTERNAL_LINKS.CLOUDSKY_WEBSITE,
17-
},
18-
{
19-
id: 3,
20-
image: '/images/logos/codewave.svg',
21-
desc:
22-
'A performance and scalability-focused web development firm that delivers custom software solutions and operates cloud-based infrastructure.',
23-
website: EXTERNAL_LINKS.CODEWAVE_WEBSITE,
24-
},
2511
];
2612

2713
export default SupportData;

0 commit comments

Comments
 (0)