diff --git a/docs/community/connections.md b/docs/community/connections.md new file mode 100644 index 00000000..f0896f19 --- /dev/null +++ b/docs/community/connections.md @@ -0,0 +1,19 @@ +--- +id: connections +title: 'Grow your network with our connections feature!' +sidebar_label: 'Connections' +keywords: + - connections +--- +## What are Connections? +Connections on OpenSauced serve as a way to build and nurture your professional network within the open source ecosystem. Imagine you're searching for experts in Artificial Intelligence using our "List" feature, and you come across several promising developers. What's next? With Connections, you can now send a request to connect, bringing these experts into your professional circle for easy communication and collaboration. + +![connections demo](../../static/gif/connections.gif) + +## How Do Connections Work? +- **Sending Connection Requests**: Once you identify users you'd like to connect with, you can send them a connection request. +- **Acceptance**: Upon acceptance of your connection request, both parties become 1st-degree connections. +- **Following Highlights**: After becoming 1st-degree connections, you can follow each other's highlights, keeping up-to-date with accomplishments, contributions, and other notable activities. +- **Contact Information**: Post-acceptance, you'll have access to contact information to foster direct communication and ongoing dialogue. + +Excited? Login to [OpenSauced](https://opensauced.pizza/), create your Pro account or use a coupon to get this feature, and start building!😄 diff --git a/sidebars.js b/sidebars.js index ff0881f2..c0b9d1fa 100644 --- a/sidebars.js +++ b/sidebars.js @@ -24,6 +24,7 @@ module.exports = { "community/faqs", "community/dev-card", "community/hacktoberfest", + "community/connections", ], }, { @@ -52,7 +53,7 @@ module.exports = { "maintainers/setting-up-a-new-repository", "maintainers/check-engines", "maintainers/conventional-commit", - "maintainers/semantic-release" + "maintainers/semantic-release", ], }, { diff --git a/static/gif/connections.gif b/static/gif/connections.gif new file mode 100644 index 00000000..dc032692 Binary files /dev/null and b/static/gif/connections.gif differ