docs: add Indent to showcase (#5421)

* docs: add Indent to showcase

* docs: add Indent preview

* fix: missing source field
This commit is contained in:
Fouad Matin 2021-08-26 03:17:21 -07:00 committed by GitHub
parent 2a9f5903cf
commit 8779c8ff4a
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: 799 KiB

View file

@ -587,6 +587,14 @@ const Users: User[] = [
source: 'https://github.com/intelagentbilling/docs',
tags: ['opensource','product'],
},
{
title: 'Indent',
description: 'Indent provides on-demand access control for cloud apps and infrastructure.',
preview: require('./showcase/indent.png'),
website: 'https://indent.com/developers',
source: null,
tags: ['product','design'],
},
{
title: 'Jest',
description: 'Jest is a delightful JavaScript Testing Framework with a focus on simplicity.',