docs(v2): add ocpeasy to users (#4331)

This commit is contained in:
David Barrat 2021-03-03 16:45:59 +01:00 committed by GitHub
parent 4dad3bf96b
commit 6c73f51f94
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.6 MiB

View file

@ -420,6 +420,14 @@ const users = [
source: 'https://github.com/miroiu/nodify',
tags: ['design'],
},
{
title: 'OCPeasy',
description: 'Open-source software provisioning, configuration management, and application-deployment tool enabling infrastructure as code on OpenShift.',
preview: require('./showcase/ocpeasy.png'),
website: 'https://www.ocpeasy.org',
source: 'https://github.com/ocpeasy/website',
tags: ['design'],
},
{
title: 'Oxidizer',
description: 'A Rust ORM based on tokio-postgres and refinery',