mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-13 08:12:48 +02:00
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:
parent
6c0a193fc8
commit
51fbcb261a
2 changed files with 10 additions and 1 deletions
BIN
website/src/data/showcase/signoz.png
Normal file
BIN
website/src/data/showcase/signoz.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 442 KiB |
|
@ -1538,12 +1538,21 @@ const Users: User[] = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Matej Jellus',
|
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'),
|
preview: require('./showcase/juffalow.png'),
|
||||||
website: 'https://juffalow.com/',
|
website: 'https://juffalow.com/',
|
||||||
source: 'https://github.com/juffalow/juffalow-com',
|
source: 'https://github.com/juffalow/juffalow-com',
|
||||||
tags: ['personal', 'opensource'],
|
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.
|
Pro Tip: add your site in alphabetical order.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue