mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
docs: add OSS Insight to showcase (#7230)
* Add OSS Insight * Add ossinsight.png * Update users.tsx * minor tweaks Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
c4e92c89e8
commit
58f393d768
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
|
|
@ -1141,6 +1141,14 @@ const Users: User[] = [
|
|||
source: 'https://github.com/orbitjs/orbit/tree/main/website',
|
||||
tags: ['opensource', 'versioning'],
|
||||
},
|
||||
{
|
||||
title: 'OSS Insight',
|
||||
description: 'OSS Insight provides open source software insight and compares projects and tools',
|
||||
preview: require('./showcase/ossinsight.png'),
|
||||
website: 'https://ossinsight.io',
|
||||
source: 'https://github.com/pingcap/ossinsight',
|
||||
tags: ['opensource', 'design'],
|
||||
},
|
||||
{
|
||||
title: 'Oxidizer',
|
||||
description: 'A Rust ORM based on tokio-postgres and refinery',
|
||||
|
|
|
|||
Loading…
Reference in New Issue