Skip to content

Commit

Permalink
feat: add Connections feature page (open-sauced#191)
Browse files Browse the repository at this point in the history
* docs: add explainer page about Dev Card feature

* docs: add explainer page about the dev card

* Revert "docs: add explainer page about the dev card"

This reverts commit 98f6a72.

* Install the CodeSee workflow. Learn more at https://docs.codesee.io

* feat: add page about connection feature

* Revert "Install the CodeSee workflow. Learn more at https://docs.codesee.io"

This reverts commit f8bbc83.

* fix: revise strings

* fix: capitalize the sidebar label

* feat: mention that this feature is for pro accounts.

* feat: add GIF showing connections feature

* Updated copy

---------

Co-authored-by: codesee-maps[bot] <86324825+codesee-maps[bot]@users.noreply.github.com>
Co-authored-by: BekahHW <[email protected]>
  • Loading branch information
3 people authored Oct 10, 2023
1 parent 30fd2b0 commit d887897
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
19 changes: 19 additions & 0 deletions docs/community/connections.md
Original file line number Diff line number Diff line change
@@ -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!😄
3 changes: 2 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module.exports = {
"community/faqs",
"community/dev-card",
"community/hacktoberfest",
"community/connections",
],
},
{
Expand Down Expand Up @@ -52,7 +53,7 @@ module.exports = {
"maintainers/setting-up-a-new-repository",
"maintainers/check-engines",
"maintainers/conventional-commit",
"maintainers/semantic-release"
"maintainers/semantic-release",
],
},
{
Expand Down
Binary file added static/gif/connections.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d887897

Please sign in to comment.