docs: add Pipeline UI to showcase (#5574)

* Update users.tsx

* Update users.tsx

Specify website/source for PIPELINE-UI

* Add files via upload

add pipeline-ui to showcase

* add pipeline-ui to showcase

* Update users.tsx

Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
This commit is contained in:
headline-design 2021-09-19 01:45:47 -05:00 committed by GitHub
parent e274c72642
commit 73b845e915
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: 116 KiB

View file

@ -791,6 +791,14 @@ const Users: User[] = [
website: 'https://docs.paubox.com/', website: 'https://docs.paubox.com/',
source: null, source: null,
tags: ["product"], tags: ["product"],
},
{
title: 'Pipeline UI',
description: 'Pipeline UI Documentation',
preview: require('./showcase/pipeline-ui.png'),
website: 'https://www.pipeline-ui.com/',
source: 'https://github.com/headline-design/pipeline-ui',
tags: ['opensource'],
}, },
{ {
title: 'Plausible Analytics Docs', title: 'Plausible Analytics Docs',