Skip to content

Commit

Permalink
feat: adds rover docs open migration (#503)
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Dawkins <[email protected]>
  • Loading branch information
EverlastingBugstopper and JakeDawkins authored May 5, 2021
1 parent f4e536e commit 2514b4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## 🚀 Features

- **Adds link to the Apollo CLI -> Rover migration guide in `rover docs open` - [EverlastingBugstopper], [pull/492]**

[EverlastingBugstopper]: https://github.com/EverlastingBugstopper
[pull/492]: https://github.com/apollographql/rover/pull/492

- **`--routing-url` is now an optional argument to `rover subgraph publish` - [EverlastingBusgtopper], [issue/169] [pull/484]**

When publishing a subgraph, it is important to include a routing URL for that subgraph, so your graph router
Expand Down
1 change: 1 addition & 0 deletions src/command/docs/shortlinks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pub fn get_shortlinks_with_description() -> HashMap<&'static str, &'static str>
links.insert("docs", "Rover's Documentation Homepage");
links.insert("api-keys", "Understanding Apollo's API Keys");
links.insert("contributing", "Contributing to Rover");
links.insert("migration", "Migrate from the Apollo CLI to Rover");
links.insert("start", "Getting Started with Rover");
links
}
Expand Down

0 comments on commit 2514b4f

Please sign in to comment.