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

feat: adds rover docs open migration #503

Merged
merged 2 commits into from
May 5, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
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
[pull/492]: https://github.com/apollographql/rover/pull/492

## 🐛 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