Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add Signoz site to showcase site #5921

Merged
merged 2 commits into from
Nov 11, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.
12 changes: 11 additions & 1 deletion website/src/data/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1538,12 +1538,22 @@ 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. 🔥 💻`,
palashgdev marked this conversation as resolved.
Show resolved Hide resolved
preview: require('./showcase/signoz.png'),
website: 'https://signoz.io/',
source: 'https://github.com/SigNoz/signoz',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this does not seem to be the source of your Docusaurus site.
Can you update the source to your site source code, or remove the open-source tag?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @slorber
Sorry i didn't into that. Right now site is not yet open source. probably i missed that part

Would it possible to follow this tag => 'Large Site', 'design' , 'personal' , 'product'

Let me know if this work for you and will raise a updated Pr for same
Thanks

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, please do a followup to remove the opensource tag in that case. Sorry for missing that part...

Don't know if your site is personal, since personal and product are usually mutually exclusive. Considering large site, have you compared the scale of your site to others with this tag? I don't think your site is currently eligible although it's pretty close (200 pages)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No currently we don't have 200 page. yeah i think personal would not work in this case thanks for the feedback

so raising the pr for 'product','design'

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Josh-Cena raised the PR

tags: ['opensource', 'product'],
},

/*
Pro Tip: add your site in alphabetical order.
Expand Down