mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 08:19:07 +02: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
2 changed files with 9 additions and 0 deletions
BIN
website/src/data/showcase/vector.png
Normal file
BIN
website/src/data/showcase/vector.png
Normal file
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…
Add table
Add a link
Reference in a new issue