Skip to content

Commit

Permalink
feat: Update sidebar with new sections (open-sauced#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
BekahHW authored Nov 30, 2023
1 parent e289d42 commit 20f4dfe
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 16 deletions.
11 changes: 0 additions & 11 deletions docs/community/pr-velocity.md

This file was deleted.

3 changes: 2 additions & 1 deletion docs/features/dev-card.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ keywords:
- dev-card
---

The Dev card feature is what we like to call your "open source business card." On the front, you see your username, the number of pull requests you have created, repositories you contribute to, a `View Profile` button that takes you to your dashboard, and a green icon, which describes your activity rate. When you click on the back of your card, you see additional information, including your OpenSauced profile's headline, the date of your first contribution on GitHub, and your [PR velocity rate](../../docs/community/pr-velocity.md).
The Dev card feature is what we like to call your "open source business card." On the front, you see your username, the number of pull requests you have created, repositories you contribute to, a `View Profile` button that takes you to your dashboard, and a green icon, which describes your activity rate. When you click on the back of your card, you see additional information, including your OpenSauced profile's headline, the date of your first contribution on GitHub, and your [PR velocity rate](https://docs.opensauced.pizza/community/glossary/#pr-velocity).
(../../docs/welcome/glossary/#pr-velocity.md).
![screenshot of front and back of a dev card](../../static/img/a-dev-card.png)

Whether you are a person who's just beginning their open source journey or a maintainer looking for more contributors and/or sponsors, the Dev Card is a shareable snapshot of your contributions, skills, and engagement in the open source community.
Expand Down
2 changes: 1 addition & 1 deletion docs/features/lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ There are three ways to add a list:

Once your list is created, you'll be able to see an overview of all the contributors in your list, a graph of their activity, and a detailed breakdown of the contributors.

If you're having trouble syncing your Organization or Team, check out our [Sync Your GitHub Team in our FAQs](../community/faqs.md#sync-your-github-team).
If you're having trouble syncing your Organization or Team, check out our [Sync Your GitHub Team in our FAQs](../welcome/faqs.md#sync-your-github-team).
File renamed without changes.
File renamed without changes.
25 changes: 25 additions & 0 deletions docs/welcome/opensauced-intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
id: opensauced-intro
title: 'What is OpenSauced?'
sidebar_label: 'What is OpenSauced?'
keywords:
- OpenSauced
---

# OpenSauced: Your Open Source Partner

OpenSauced is a platform dedicated to nurturing and expanding your open source community, while recognizing every contributor's impact.

**Our OpenSauced dashboard allows you to:**

- **Understand Open Source Projects:** Get a comprehensive view of open source contributors and their engagement.
- **Discover Valuable Insights:** Identify key contributors, emerging trends, and valuable project insights.
- **Engage Effectively:** Reach out to community members to foster involvement and collaboration.
- **Generate Reports:** Create insightful reports to visualize and communicate the influence of your community.
- **Collaborate with your team:** Work together with your team or other contributors for a holistic approach to open source.
- **See Beyond Green Squares:** Connect with various aspects of open source contribution and community activities.

## Who is OpenSauced for?
OpenSauced is for maintainers, OSPOs, contributors, companies, community managers, and anyone who is interested in what's happening in the open source ecosystem.

Embarking on an OpenSauced journey enhances your growth and community engagement. Let's launch your open source success story 🚀
14 changes: 11 additions & 3 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
module.exports = {
docs: [
"introduction",
{
type: "category",
label: "Getting started",
collapsed: false,
items: [
"welcome/opensauced-intro",
"welcome/glossary",
"welcome/faqs"
],
},
{
type: "category",
label: "Features",
Expand All @@ -36,13 +46,11 @@ module.exports = {
},
{
type: "category",
label: "Getting started",
label: "Community",
collapsed: false,
items: [
"community/welcome-to-the-community",
"community/100-days-of-oss",
"community/faqs",
"community/glossary",
],
},
{
Expand Down

0 comments on commit 20f4dfe

Please sign in to comment.