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:
sykp241095 2022-04-23 00:16:34 +08:00 committed by GitHub
parent c4e92c89e8
commit 58f393d768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -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',