diff --git a/website/src/data/showcase/spicetify.png b/website/src/data/showcase/spicetify.png new file mode 100644 index 0000000000..521e376416 Binary files /dev/null and b/website/src/data/showcase/spicetify.png differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index fad8f3633d..786dbd104c 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -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',