docs: add Signoz site to showcase site (#5921)

* docs(v2) - Add Signoz site to showcase site

* Update users.tsx

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
pal-sig 2021-11-11 08:00:30 +05:30 committed by GitHub
parent 6c0a193fc8
commit 51fbcb261a
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: 442 KiB

View file

@ -1538,12 +1538,21 @@ const Users: User[] = [
},
{
title: 'Matej Jellus',
description: 'IT enthusiast that loves to write code, try new things and share knowledge. If not sitting in front of computer, then I am playing badminton, riding bike or hiking.',
description:
'IT enthusiast that loves to write code, try new things and share knowledge. If not sitting in front of computer, then I am playing badminton, riding bike or hiking.',
preview: require('./showcase/juffalow.png'),
website: 'https://juffalow.com/',
source: 'https://github.com/juffalow/juffalow-com',
tags: ['personal', 'opensource'],
},
{
title: 'Signoz',
description: 'Open source Application Performance Monitoring (APM) & Observability tool. SigNoz helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc. 🔥 💻',
preview: require('./showcase/signoz.png'),
website: 'https://signoz.io/',
source: 'https://github.com/SigNoz/signoz',
tags: ['opensource', 'product'],
},
/*
Pro Tip: add your site in alphabetical order.