docs(v2): Add quickwit to user.js and png. (#5187)

* Add quickwit to user.js and png.

* Update website/src/data/users.js

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
François Massot 2021-07-16 11:44:32 +02:00 committed by GitHub
parent 5e8c62a074
commit cda09237cc
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: 823 KiB

View file

@ -1218,6 +1218,14 @@ const Users = [
source: 'https://github.com/zowe/docs-site',
tags: ['opensource', 'product', 'large', 'design', 'versioning']
},
{
title: 'Quickwit',
description: 'The open source search engine on object storage with subsecond latency',
preview: require('./showcase/quickwit.png'),
website: 'https://quickwit.io',
source: 'https://github.com/quickwit-inc/quickwit',
tags: ['favorite', 'opensource', 'design']
}
];
export const TagList = Object.keys(Tags);