docs(v2): Add Orbit.js site to showcase (#5189)

This commit is contained in:
Dan Gebhardt 2021-07-17 16:45:32 -04:00 committed by GitHub
parent 6210509bbe
commit 966b1d18be
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: 1.1 MiB

View file

@ -675,6 +675,14 @@ const Users = [
source: 'https://github.com/ocpeasy/website',
tags: ['opensource'],
},
{
title: 'Orbit.js',
description: 'The Universal Data Layer',
preview: require('./showcase/orbitjs.png'),
website: 'https://orbitjs.com',
source: 'https://github.com/orbitjs/orbit/tree/main/website',
tags: ['opensource','versioning'],
},
{
title: 'Oxidizer',
description: 'A Rust ORM based on tokio-postgres and refinery',