Skip to content

Commit

Permalink
Merge pull request #4 from dowjones/Fix-Marketplace-Listing
Browse files Browse the repository at this point in the history
docs: Update marketplace listing
  • Loading branch information
WolffRuoff authored Oct 6, 2023
2 parents fbad450 + e3634f8 commit f5b8e07
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# rover-runner README
# Rover Runner README
Welcome to the Rover Runner! With this extension you can run your supergraph on your local machine using a mix of local and Apollo-based variant subgraphs

![Menu Screenshot](./media/menuScreenshot.png)

You can install the latest version to VSCode by going to extensions, hitting the 3-dot menu, and selecting `Install from VSIX...`. From there choose the vsix file in this repo.
![Menu Screenshot](https://github.com/dowjones/rover-runner/blob/main/media/menuScreenshot.png)

## Features

Expand Down Expand Up @@ -55,13 +53,13 @@ Lastly, this extension also requires a `router.yaml` file at `.rover-runner/rout

## Release Notes

Users appreciate release notes as you update your extension.
### 0.2.3

### 1.0.0
README updated for open source

Initial release of Rover Runner
### 0.2.2

---
Open Source Release

## For Devs

Expand Down
Binary file added media/RoverLogo.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 media/settings.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 media/supergraph.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 removed media/tbd.jpg
Binary file not shown.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"url": "https://github.com/dowjones/rover-runner.git",
"directory": ""
},
"icon": "media/RoverLogo.png",
"galleryBanner": {
"color": "#FFEADB",
"theme": "dark"
},
"description": "",
"version": "0.2.2",
"engines": {
Expand Down Expand Up @@ -144,8 +149,8 @@
"onCommand:rover-runner.GenerateTemplate"
],
"media": {
"image": "media/tbd.jpg",
"altText": "sample image"
"image": "https://github.com/dowjones/rover-runner/blob/main/media/supergraph.png",
"altText": "Screenshot of a configured supergraph.json"
}
},
{
Expand All @@ -157,8 +162,8 @@
"onSettingChanged:apolloStudioConfiguration.apolloGraphRef"
],
"media": {
"image": "media/tbd.jpg",
"altText": "sample image"
"image": "https://github.com/dowjones/rover-runner/blob/main/media/settings.png",
"altText": "Screenshot of the Rover Runner settings"
}
}
]
Expand Down

0 comments on commit f5b8e07

Please sign in to comment.