Skip to content

Commit

Permalink
docs: add Signoz site to showcase site (#5921)
Browse files Browse the repository at this point in the history
* docs(v2) - Add Signoz site to showcase site

* Update users.tsx

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
  • Loading branch information
palashgdev and Josh-Cena committed Nov 11, 2021
1 parent 6c0a193 commit 51fbcb2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Binary file added website/src/data/showcase/signoz.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion website/src/data/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 51fbcb2

Please sign in to comment.