docs(v2): add "Wisdom" dev docs website to showcase. (#3555)

This commit is contained in:
John Gracey 2020-10-08 04:59:59 -07:00 committed by GitHub
parent 649882d867
commit 5d3765fa91
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: 84 KiB

View file

@ -258,6 +258,15 @@ const users = [
fbOpenSource: false,
pinned: true,
},
{
title: 'Wisdom',
description: 'Session replay web analytics with open data SQL/S3 access.',
preview: require('./showcase/wisdom.png'),
website: 'https://developers.getwisdom.io/',
source: 'https://github.com/Wisdom/dev-docs',
fbOpenSource: false,
pinned: true,
},
];
export default users;