mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
docs: add Comp Labs website to showcase (#7652)
* docs(v2): Add Comp Labs website to showcase page * Add Image * fix image * Update users.tsx Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
4b5a47ba37
commit
2316900174
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
|
|
@ -335,6 +335,14 @@ const Users: User[] = [
|
|||
source: 'https://github.com/CodeYourFuture/syllabus',
|
||||
tags: ['opensource', 'product'],
|
||||
},
|
||||
{
|
||||
title: 'Comp Labs',
|
||||
description: 'Tech-based Blog, Enterprise-Grade Solutions and more...',
|
||||
preview: require('./showcase/comp-labs.png'),
|
||||
website: 'https://complabs.in/',
|
||||
source: 'https://github.com/Comp-Labs/comp-labs-website',
|
||||
tags: ['opensource'],
|
||||
},
|
||||
{
|
||||
title: 'Component Kit',
|
||||
description: 'A declarative UI framework for iOS',
|
||||
|
|
|
|||
Loading…
Reference in New Issue