mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-11 07:12:29 +02:00
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:
parent
5e8c62a074
commit
cda09237cc
2 changed files with 8 additions and 0 deletions
BIN
website/src/data/showcase/quickwit.png
Normal file
BIN
website/src/data/showcase/quickwit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 823 KiB |
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue