mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 19:32:35 +02:00
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:
parent
5f1edd5ac8
commit
31fcc293e2
2 changed files with 25 additions and 17 deletions
BIN
website/src/data/showcase/spicetify.png
Normal file
BIN
website/src/data/showcase/spicetify.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
|
@ -1515,6 +1515,23 @@ const Users: User[] = [
|
||||||
source: 'https://github.com/single-spa/single-spa',
|
source: 'https://github.com/single-spa/single-spa',
|
||||||
tags: ['opensource', 'large', 'versioning', 'i18n'],
|
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',
|
title: 'Smart Docs',
|
||||||
description: 'A smart contract documentation visualizer for Solidity ABI interfaces.',
|
description: 'A smart contract documentation visualizer for Solidity ABI interfaces.',
|
||||||
|
@ -1539,23 +1556,6 @@ const Users: User[] = [
|
||||||
source: null,
|
source: null,
|
||||||
tags: ['product', 'i18n'],
|
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',
|
title: 'social-embed',
|
||||||
description:
|
description:
|
||||||
|
@ -1583,6 +1583,14 @@ const Users: User[] = [
|
||||||
source: 'https://github.com/someengineering/some.engineering',
|
source: 'https://github.com/someengineering/some.engineering',
|
||||||
tags: ['opensource', 'design'],
|
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',
|
title: 'SpotifyAPI-NET',
|
||||||
description: 'A Client for the Spotify Web API, written in C#/.NET',
|
description: 'A Client for the Spotify Web API, written in C#/.NET',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue