Move HttpClient and SocketClient to separate legacy section #57
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This changeset rearranges the component sections and moves the legacy HttpClient and legacy SocketClient to a separate legacy components section. Additionally, I've merged the network and protocol components into a single section to clean up the component overview.
I consider this to be reasonable first step to put less emphasis on our legacy components. In a follow-up PR we should eventually remove these components from the website (but special care should be taken to still include old releases in the changelog and set up appropriate redirects for existing links).
Old:
![Screenshot 2021-08-07 at 12-26-59 ReactPHP Event-driven, non-blocking I O with PHP - ReactPHP](https://user-images.githubusercontent.com/776829/128597497-8ac68c50-1b4e-473d-b936-e077eca6da3e.png)
![Screenshot 2021-08-07 at 12-28-00 ReactPHP Event-driven, non-blocking I O with PHP - ReactPHP](https://user-images.githubusercontent.com/776829/128597496-d26ea35e-7b80-4ea6-9f97-a0b27b977e66.png)
New:
![Screenshot 2021-08-07 at 12-40-04 ReactPHP Event-driven, non-blocking I O with PHP - ReactPHP](https://user-images.githubusercontent.com/776829/128597494-0ca544e0-6a85-4460-ad96-aa3f6045d863.png)
![Screenshot 2021-08-07 at 12-39-37 ReactPHP Event-driven, non-blocking I O with PHP - ReactPHP](https://user-images.githubusercontent.com/776829/128597495-f685abd9-da64-4a39-b473-3e38a5bf6ac1.png)
Refs reactphp/http-client#152 and reactphp-legacy/socket-client#95