Skip to content

Commit f5b8e07

Browse files
authored
Merge pull request #4 from dowjones/Fix-Marketplace-Listing
docs: Update marketplace listing
2 parents fbad450 + e3634f8 commit f5b8e07

File tree

6 files changed

+15
-12
lines changed

6 files changed

+15
-12
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# rover-runner README
1+
# Rover Runner README
22
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
33

4-
![Menu Screenshot](./media/menuScreenshot.png)
5-
6-
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.
4+
![Menu Screenshot](https://github.com/dowjones/rover-runner/blob/main/media/menuScreenshot.png)
75

86
## Features
97

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

5654
## Release Notes
5755

58-
Users appreciate release notes as you update your extension.
56+
### 0.2.3
5957

60-
### 1.0.0
58+
README updated for open source
6159

62-
Initial release of Rover Runner
60+
### 0.2.2
6361

64-
---
62+
Open Source Release
6563

6664
## For Devs
6765

media/RoverLogo.png

26.6 KB
Loading

media/settings.png

182 KB
Loading

media/supergraph.png

342 KB
Loading

media/tbd.jpg

-33.1 KB
Binary file not shown.

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"url": "https://github.com/dowjones/rover-runner.git",
77
"directory": ""
88
},
9+
"icon": "media/RoverLogo.png",
10+
"galleryBanner": {
11+
"color": "#FFEADB",
12+
"theme": "dark"
13+
},
914
"description": "",
1015
"version": "0.2.2",
1116
"engines": {
@@ -144,8 +149,8 @@
144149
"onCommand:rover-runner.GenerateTemplate"
145150
],
146151
"media": {
147-
"image": "media/tbd.jpg",
148-
"altText": "sample image"
152+
"image": "https://github.com/dowjones/rover-runner/blob/main/media/supergraph.png",
153+
"altText": "Screenshot of a configured supergraph.json"
149154
}
150155
},
151156
{
@@ -157,8 +162,8 @@
157162
"onSettingChanged:apolloStudioConfiguration.apolloGraphRef"
158163
],
159164
"media": {
160-
"image": "media/tbd.jpg",
161-
"altText": "sample image"
165+
"image": "https://github.com/dowjones/rover-runner/blob/main/media/settings.png",
166+
"altText": "Screenshot of the Rover Runner settings"
162167
}
163168
}
164169
]

0 commit comments

Comments
 (0)