mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-04 04:37:28 +02:00
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:
parent
e274c72642
commit
73b845e915
2 changed files with 8 additions and 0 deletions
BIN
website/src/data/showcase/pipeline-ui.png
Normal file
BIN
website/src/data/showcase/pipeline-ui.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 116 KiB |
|
@ -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',
|
||||||
|
|
Loading…
Add table
Reference in a new issue