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:
Binary Logic 2019-11-24 12:44:20 -05:00 committed by Yangshun Tay
parent 05a2f46a9b
commit 3d4d89f332
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

View file

@ -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;