mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
docs(v2): showcase user QA-Board (#3232)
* docs(v2): showcase user QA-Board * Update users.js * Update users.js Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
This commit is contained in:
parent
0a33a52301
commit
be210a1bc4
Binary file not shown.
|
After Width: | Height: | Size: 80 KiB |
|
|
@ -155,6 +155,16 @@ const users = [
|
|||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
title: 'QA-Board',
|
||||
description:
|
||||
'An open source run-tracker for algorithm and performance engineering with rich visualizations',
|
||||
preview: require('./showcase/qa-board.png'),
|
||||
website: 'https://samsung.github.io/qaboard/',
|
||||
source: 'https://github.com/Samsung/qaboard',
|
||||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
title: 'QuestDB',
|
||||
description:
|
||||
|
|
|
|||
Loading…
Reference in New Issue