docs: add Spicetify site to showcase (#6832)

* fix: website sorting

* add `spicetify.png`

* add spicetify entry to showcase

* optimize image

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
Afonso Jorge Ramos 2022-03-04 01:03:49 +00:00 committed by GitHub
parent 5f1edd5ac8
commit 31fcc293e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 17 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View file

@ -1515,6 +1515,23 @@ const Users: User[] = [
source: 'https://github.com/single-spa/single-spa',
tags: ['opensource', 'large', 'versioning', 'i18n'],
},
{
title: 'Shabad OS Docs',
description:
'Browse the latest docs, including tutorial guides, sample code, product articles, and API references',
preview: require('./showcase/shabados.png'),
website: 'https://docs.shabados.com',
source: 'https://github.com/shabados/docs',
tags: ['opensource', 'design'],
},
{
title: 'Shotstack',
description: 'The cloud video editing API',
preview: require('./showcase/shotstack.png'),
website: 'https://shotstack.io/docs/guide/',
source: 'https://github.com/shotstack/documentation',
tags: ['product', 'design', 'opensource'],
},
{
title: 'Smart Docs',
description: 'A smart contract documentation visualizer for Solidity ABI interfaces.',
@ -1539,23 +1556,6 @@ const Users: User[] = [
source: null,
tags: ['product', 'i18n'],
},
{
title: 'Shabad OS Docs',
description:
'Browse the latest docs, including tutorial guides, sample code, product articles, and API references',
preview: require('./showcase/shabados.png'),
website: 'https://docs.shabados.com',
source: 'https://github.com/shabados/docs',
tags: ['opensource', 'design'],
},
{
title: 'Shotstack',
description: 'The cloud video editing API',
preview: require('./showcase/shotstack.png'),
website: 'https://shotstack.io/docs/guide/',
source: 'https://github.com/shotstack/documentation',
tags: ['product', 'design', 'opensource'],
},
{
title: 'social-embed',
description:
@ -1583,6 +1583,14 @@ const Users: User[] = [
source: 'https://github.com/someengineering/some.engineering',
tags: ['opensource', 'design'],
},
{
title: 'Spicetify',
description: 'Powerful CLI tool to take control of the Spotify client.',
preview: require('./showcase/spicetify.png'),
website: 'https://spicetify.app/',
source: 'https://github.com/spicetify/spicetify-docs',
tags: ['opensource'],
},
{
title: 'SpotifyAPI-NET',
description: 'A Client for the Spotify Web API, written in C#/.NET',