Skip to content

Commit

Permalink
feat: Add Community docs (open-sauced#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
BekahHW authored Jun 14, 2023
1 parent b3af4d7 commit 1efb238
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 4 deletions.
42 changes: 42 additions & 0 deletions docs/community/welcome-to-the-community.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
id: welcome-to-the-community
title: Welcome to the Community
sidebar_label: Welcome to the Community
keywords:
- welcome to the community
---

## The OpenSauced Community

Welcome to the OpenSauced community! At OpenSauced, we're striving to bring collaboration and inspiration to every open source contributor and to help build a global community of open source developers, empowering you to grow, innovate, and achieve greatness in the open.

### Community Guidelines
At OpenSauced, we strive to create a welcoming and inclusive community for everyone. We have a few guidelines to help us achieve this goal:
- Be respectful and kind to others in the community.
- Be patient with others and help them learn.
- Be open to feedback and constructive criticism.
- Adhere to the [Code of Conduct](https://github.com/open-sauced/.github/blob/main/CODE_OF_CONDUCT.md).

## What's the OpenSauced Community up to?

The OpenSauced community is a group of open-source enthusiasts who are passionate about making open-source more accessible to everyone. Here are some ways you can keep up with what we're doing:

- 🐦 Follow us on Twitter [@SaucedOpen](https://twitter.com/saucedopen) for announcements and our frequent Twitter Spaces.

- Join our [Discord](https://discord.gg/opensauced), and hang out with us in our weekly office hours.

- Subscribe to our [YouTube channel](https://www.youtube.com/channel/UCQ3x5SxWYK6tUdVJ1V-7n6Q) for the latest updates and video content for OpenSauced.

- 📰 Subscribe to our [newsletter](https://news.opensauced.pizza/#/portal/signup) for all things OpenSauced and open source.

## How can I get involved?
You can get involved in the OpenSauced community in a few ways:

- Share your Contributions! We love to see what you're working on. Highlight your contributions on [OpenSauced](https://insights.opensauced.pizza/feed).
- Open an issue or ask to be assigned to an existing issue on any of our [OpenSauced repositories](https://github.com/open-sauced).
- Share what you're working on, ask questions, or mentor new contributors in our [Discord](https://discord.gg/opensauced).

## Resources on Getting Started with Open Source
- 📝 Check out our [Dev blog](https://dev.to/opensauced) where we provide resources for open-source contributors.
- 📖 Take our [Intro to Open Source Course](https://github.com/open-sauced/intro) to help you get started with open-source.

4 changes: 2 additions & 2 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ slug: /
sidebar_label: Introduction to OpenSauced 🍕
---

# Introduction to OpenSauced ![img](../static/favicon.ico)
# Introduction to OpenSauced

![Example banner](../static/img/what-is-opensauced.jpg)
![Example banner](../static/img/what-is-opensauced-borderless.jpg)

[Watch this on YouTube](https://www.youtube.com/watch?v=h8gwrzis-dY&list=PLHyZ0Wz_A44XAE-6Gbd69pZLTdqWdwlBx&index=1&t=2s)

Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ module.exports = {
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} OpeSauced. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} OpenSauced. Built with Docusaurus.`,
},
prism: {
theme: lightCodeTheme,
Expand Down
12 changes: 11 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@ module.exports = {
'chrome-extension/using-the-chrome-extension',
'chrome-extension/project-utilities',
],
}
},
{
type: 'category',
label: 'Community',
collapsed: false,
items: [
'community/welcome-to-the-community',
],
},
],
};

//
Binary file added static/img/what-is-opensauced-borderless.jpg
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 1efb238

Please sign in to comment.