Skip to content

Commit

Permalink
feat: add chrome extension intro and usage to docs (#78)
Browse files Browse the repository at this point in the history
* feat: add chrome extension intro and usage to docs

* Update docs/chrome-extension/introduction-to-the-chrome-extension.md

---------

Co-authored-by: Brian Douglas <[email protected]>
  • Loading branch information
diivi and bdougie authored May 4, 2023
1 parent 7023b03 commit 3597a93
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/chrome-extension/introduction-to-the-chrome-extension.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
id: introduction-to-the-chrome-extension
title: Introduction to the Chrome Extension
sidebar_label: Introduction to the Chrome Extension
keywords:
- introduction to the chrome extension
---

## The OpenSauced Chrome Extension

The OpenSauced Chrome extension seamlessly integrates GitHub with the OpenSauced platform. With this extension, you can easily view and discover open-source projects looking for contributions directly from GitHub, making collaboration and contribution easier than ever.

## Installing the Chrome Extension

To install the OpenSauced Chrome extension, navigate to the [Chrome Web Store](https://chrome.google.com/webstore/detail/opensauced/aebjdjjodmkdnmejakflnfpkadblfmdh) and click the "Add to Chrome" button.
30 changes: 30 additions & 0 deletions docs/chrome-extension/using-the-chrome-extension.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
id: using-the-chrome-extension
title: Using the Chrome Extension
sidebar_label: Using the Chrome Extension
keywords:
- using the chrome extension
---

## Using the OpenSauced Chrome Extension

The OpenSauced GitHub Profile Connector is a must-have extension for anyone who is passionate about open-source software and wants to contribute to the community. Whether you're an experienced maintainer or just getting started, this extension makes it easy to discover, contribute to, and track open-source projects on GitHub and connect with other developers who share your interests and skills.
Here are some of the features that make the OpenSauced GitHub Profile Connector so useful:

### View valuable insights about your GitHub profile

<!-- image -->

![GitHub Profile Insights](../../static/img/extension-popup.png)

### Invite GitHub users to join OpenSauced with a single click

![Invite GitHub Users](../../static/img/extension-invite.png)

### View GitHub users' OpenSauced profiles and connect with them

![View OpenSauced Profiles](../../static/img/extension-view.png)

### Quick Access to important OpenSauced links

![Quick Access to OpenSauced](../../static/img/extension-links.png)
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ module.exports = {
label: 'Maintainer guide',
to: '/maintainers/setting-up-a-new-repository/',
},
{
label: 'Chrome Extension Usage',
to: '/chrome-extension/introduction-to-the-chrome-extension/',
}
],
},
{
Expand Down
9 changes: 9 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,14 @@ module.exports = {
'maintainers/semantic-release',
]
},
{
type: 'category',
label: 'Chrome Extension Usage',
collapsed: true,
items: [
'chrome-extension/introduction-to-the-chrome-extension',
'chrome-extension/using-the-chrome-extension',
],
}
],
};
Binary file added static/img/extension-invite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/extension-links.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/extension-popup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/extension-view.png
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 3597a93

Please sign in to comment.