docs(v2): Add shabados docs site to showcase page (#4294)

This commit is contained in:
Saihajpreet Singh 2021-02-25 04:28:29 -06:00 committed by GitHub
parent ff85886e35
commit cdcd0f05d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 KiB

View file

@ -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',