Skip to content

Commit

Permalink
feat: adds rover docs open migration
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper committed May 3, 2021
1 parent 7eac25c commit 712fe58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
[pull/487]: https://github.com/apollographql/rover/pull/487

## 🚀 Features

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

[EverlastingBugstopper]: https://github.com/EverlastingBugstopper
[issue/Issue #]: https://github.com/apollographql/rover/issues/Issue #

## 🐛 Fixes
## 🛠 Maintenance

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 712fe58

Please sign in to comment.