mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 09:43:10 +00:00
docs(v2): showcase user vector.dev :) (#2040)
* chore(v2): Add vector.dev to the showcase :) Signed-off-by: Ben Johnson <bjohnson@binarylogic.com> * Fix preview image to remove tooltip Signed-off-by: Ben Johnson <bjohnson@binarylogic.com>
This commit is contained in:
parent
05a2f46a9b
commit
3d4d89f332
Binary file not shown.
|
After Width: | Height: | Size: 246 KiB |
|
|
@ -61,6 +61,15 @@ const users = [
|
|||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
title: 'Vector',
|
||||
description: 'A High-Performance, Logs, Metrics, & Events Router',
|
||||
preview: require('./showcase/vector.png'),
|
||||
website: 'https://vector.dev/',
|
||||
source: 'https://github.com/timberio/vector',
|
||||
fbOpenSource: false,
|
||||
pinned: true,
|
||||
},
|
||||
];
|
||||
|
||||
export default users;
|
||||
|
|
|
|||
Loading…
Reference in New Issue