mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-18 09:07:57 +02:00
docs(v2): Add Zowe to Showcase (#5121)
This commit is contained in:
parent
0acbbc3d38
commit
a7b23d94d0
2 changed files with 8 additions and 0 deletions
BIN
website/src/data/showcase/zowe.png
Normal file
BIN
website/src/data/showcase/zowe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 850 KiB |
|
@ -1202,6 +1202,14 @@ const Users = [
|
||||||
source: 'https://github.com/livekit/livekit-docs',
|
source: 'https://github.com/livekit/livekit-docs',
|
||||||
tags: ['opensource', 'product', 'design']
|
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);
|
export const TagList = Object.keys(Tags);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue