mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
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:
parent
89e146f596
commit
7e9a38ca36
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue