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

chore: codeowners revise chrome instructions #387

Merged
merged 3 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
19 changes: 0 additions & 19 deletions docs/tools/chrome-extension/code-explanation.md

This file was deleted.

8 changes: 2 additions & 6 deletions docs/tools/chrome-extension/highlights.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,10 @@ keywords:
- "Highlighted Insights"
---

You can access the post to highlight it from the popup window in the extension. When you clicked, it will automatically, populate the PR or issue title, here you can use our AI functions to get a summary of the highlight similar to the PR summary.
If you're in GitHub, you can use the OpenSauced Chrome Extension to post a [highlight](highlights.md) of your pull requests to the OpenSauced website.

![location of post to highlight](https://user-images.githubusercontent.com/18273833/241761099-e7a745c8-204e-4a4d-b313-867ab99af0b2.png)
You can access the post to highlight it from the popup window in the extension. When you click it, it will automatically, populate the PR title and you can provide the summary.

If your Highlight is successfully posted, you will get a message with an option to see the Highlight on the OpenSauced website.

![Successful message example](https://github.com/open-sauced/docs.opensauced.pizza/assets/18273833/723ac624-e996-45f8-acdf-0d3ff08af90b)

But if there is an error with the summarization, you will see it in the text area, as in the example below:

![Error message](https://user-images.githubusercontent.com/18273833/241762187-f6968a71-c344-495f-8eed-f1de9aff7599.gif)
47 changes: 0 additions & 47 deletions docs/tools/chrome-extension/pr-description.md

This file was deleted.

27 changes: 0 additions & 27 deletions docs/tools/chrome-extension/refactoring-and-testing.md

This file was deleted.

4 changes: 4 additions & 0 deletions docs/tools/hot-opensauced.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ keywords:
- "Popular GitHub Repositories"
---

:::danger
This tool is deprecated. To discover open source projects to contribute to, check out the [OpenSauced Explore Page](https://app.opensauced.pizza/explore/topic/javascript).
:::
BekahHW marked this conversation as resolved.
Show resolved Hide resolved

[Hot OpenSauced](https://hot.opensauced.pizza/) is a site that helps you discover the hottest open source projects to contribute to. You also have the ability to vote for your favorite open source projects.

## How to Find Hot Open Source Projects to Contribute to?
Expand Down
18 changes: 0 additions & 18 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,30 +98,12 @@ module.exports = {
type: "category",
label: "Using the Chrome Extension",
items: [
{
type: "file",
label: "feature 1",
type: "doc",
id: "tools/chrome-extension/code-explanation",
},
{
type: "file",
label: "feature 2",
type: "doc",
id: "tools/chrome-extension/pr-description",
},
{
type: "file",
label: "feature 3",
type: "doc",
id: "tools/chrome-extension/highlights",
},
{
type: "file",
label: "feature 5",
type: "doc",
id: "tools/chrome-extension/refactoring-and-testing",
},
{
type: "file",
label: "feature 6",
Expand Down
Loading