Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docs/main/commercial-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ This is a list of third-party companies and individuals who provide products or

The list is provided in alphabetical order.

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

## See Also

Expand Down
3 changes: 0 additions & 3 deletions docs/versioned_docs/version-4.1.x/commercial-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ This is a list of third-party companies and individuals who provide products or

The list is provided in alphabetical order.

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

## See Also

Expand Down
1 change: 0 additions & 1 deletion website/public/locale/en/translation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ home:
byteDance: ByteDance
clew: CLEW
cloudNative: CLOUD NATIVE
codewave: CodeWave
cort: CORT
dRating: D-Rating
disid: disid
Expand Down
4 changes: 0 additions & 4 deletions website/src/components/AdoptersSlider/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ const AdopterSlider: React.FC = () => {
logo: '../images/logos/cloud-native.png',
name: t('home.usedInProductionBy.cloudNative'),
},
{
logo: '../images/logos/codewave.png',
name: t('home.usedInProductionBy.codewave'),
},
{
logo: '../images/logos/cort.png',
name: t('home.usedInProductionBy.cort'),
Expand Down
3 changes: 0 additions & 3 deletions website/src/constants/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ export enum EXTERNAL_LINKS {
OPENEBS_LINKEDIN = 'https://www.linkedin.com/company/openebs',
OPENEBS_YOUTUBE = 'https://www.youtube.com/channel/UC3ywadaAUQ1FI4YsHZ8wa0g',
OPENEBS_TWITTER = 'https://twitter.com/openebs?s=20',
CLOUDSKY_WEBSITE = 'https://cloudssky.com/en/',
CODEWAVE_WEBSITE = 'https://codewave.eu/',
GRIDWORKZ_WEBSITE = 'https://www.gridworkz.com/',
MAYADATA_WEBSITE = 'https://mayadata.io/',
DATACORE_WEBSITE = 'https://www.datacore.com/',
DATACORE_OPENEBS_SUPPORT = 'https://www.datacore.com/support/openebs/',
Expand Down
14 changes: 0 additions & 14 deletions website/src/pages/CommercialSupport/supportData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@ const SupportData = [
desc: 'DataCore leads the development of OpenEBS and creates simplified K8s storage solutions for enterprises.',
website: EXTERNAL_LINKS.DATACORE_OPENEBS_SUPPORT,
},
{
id: 2,
image: '/images/logos/cloudssky.svg',
desc:
'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.',
website: EXTERNAL_LINKS.CLOUDSKY_WEBSITE,
},
{
id: 3,
image: '/images/logos/codewave.svg',
desc:
'A performance and scalability-focused web development firm that delivers custom software solutions and operates cloud-based infrastructure.',
website: EXTERNAL_LINKS.CODEWAVE_WEBSITE,
},
];

export default SupportData;
Loading