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

feat: Add Community docs #96

Merged
merged 5 commits into from
Jun 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.