Match the list of integrations to the page order (#548)

* Remove duplicate link to Hyper integration

The `Adding a Server` page contains a duplicate link to `Hyper`. The first of them can cause the reader to accidentally skip the `Rocket` and `Iron` integration pages because their pages are before the one for `Hyper` in the reading order. 

Remove the first link so that the list of official server integrations matches the page order.

* Match the list of integrations to the page order

In the book, the pages for the official integrations appear in the order: `Warp`, `Rocket`, `Iron`, `Hyper`, but on the `Official Server Integrations` page they are listed with `Hyper` first. This can cause readers to accidentally skip the other three integrations if they click on the link for `Hyper` first. 

Move `Hyper` to the bottom of the list to match the reading order of the book.

* Remove unnecessary blank line
This commit is contained in:
Victor-Nicolae Savu 2020-03-02 03:57:17 -05:00 committed by GitHub
parent a0b854f31c
commit f5e4b6b9b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -7,7 +7,6 @@ To actually get a server up and running, there are multiple official and
third-party integration crates that will get you there.
- [Official Server Integrations](official.md)
- [Hyper](hyper.md)
- [Warp](warp.md)
- [Rocket](rocket.md)
- [Iron](iron.md)

View file

@ -3,7 +3,7 @@
Juniper provides official integration crates for several popular Rust server
libraries.
- [Hyper](hyper.md)
- [Warp](warp.md)
- [Rocket](rocket.md)
- [Iron](iron.md)
- [Hyper](hyper.md)