docs: add outerbounds to showcase (#7564)

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
emattia 2022-06-16 03:38:04 -07:00 committed by GitHub
parent 89e146f596
commit 7e9a38ca36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

View file

@ -1408,6 +1408,15 @@ const Users: User[] = [
source: 'https://github.com/pingcap/ossinsight',
tags: ['opensource', 'design'],
},
{
title: 'Outerbounds',
description:
'Resources for data scientists and engineers, authored in jupyter notebooks using nbdoc and docusaurus.',
preview: require('./showcase/outerbounds.png'),
website: 'https://outerbounds.com',
source: null,
tags: ['favorite', 'product', 'design'],
},
{
title: 'Oxidizer',
description: 'A Rust ORM based on tokio-postgres and refinery',