docs(v2): Add Zowe to Showcase (#5121)

This commit is contained in:
Arijit Kundu 2021-07-08 18:10:59 +05:30 committed by GitHub
parent 0acbbc3d38
commit a7b23d94d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 850 KiB

View file

@ -1202,6 +1202,14 @@ const Users = [
source: 'https://github.com/livekit/livekit-docs',
tags: ['opensource', 'product', 'design']
},
{
title: 'Zowe',
description: 'Open source framework for leveraging data and applications in z/OS',
preview: require('./showcase/zowe.png'),
website: 'https://docs.zowe.org',
source: 'https://github.com/zowe/docs-site',
tags: ['opensource', 'product', 'large', 'design', 'versioning']
},
];
export const TagList = Object.keys(Tags);