docs(v2): add sciwp to showcase (#4046)

This commit is contained in:
Eduardo Lázaro 2021-01-14 16:54:50 +01:00 committed by GitHub
parent 240233629a
commit c94b44559c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View file

@ -321,6 +321,15 @@ const users = [
fbOpenSource: false,
pinned: false,
},
{
title: 'SCI WP Framework',
description: 'A PHP framework to create MVC plugins for WordPress',
preview: require('./showcase/sciwp.png'),
website: 'https://sciwp.com/',
source: 'https://github.com/sciwp/sciwp-framework',
fbOpenSource: false,
pinned: false,
},
{
title: 'SpotifyAPI-NET',
description: 'A Client for the Spotify Web API, written in C#/.NET',