diff --git a/website/src/data/showcase/shabados.png b/website/src/data/showcase/shabados.png new file mode 100644 index 0000000000..94f6d69641 Binary files /dev/null and b/website/src/data/showcase/shabados.png differ diff --git a/website/src/data/users.js b/website/src/data/users.js index 1b0faccfcd..6ed9e78acf 100644 --- a/website/src/data/users.js +++ b/website/src/data/users.js @@ -286,7 +286,7 @@ const users = [ source: 'https://github.com/kotest/kotest', fbOpenSource: false, pinned: false, - }, + }, { title: 'SICOPE Model', description: 'An open source model-based testing tool for web applications', @@ -452,6 +452,15 @@ const users = [ fbOpenSource: false, pinned: false, }, + { + 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', + fbOpenSource: false, + pinned: false, + }, { title: 'SpotifyAPI-NET', description: 'A Client for the Spotify Web API, written in C#/.NET',