* Blogpost about how to use wireshark with protobuf and grpc dissectors
Add this blogpost as recommended on
https://github.com/protocolbuffers/protobuf/issues/3303
* Update content according to last comments
1. change title to "How to analyze gRPC with Wireshark"
2. add link to github id (after the name attribute).
3. add "Protocol Buffers" for "Protobuf" in first sentence.
4. add summary info about the intent and scope of this blog.
5. move the history to a nearly end section.
6. add a short section about how to capture gRPC traffic.
7. change "official *.proto library of Protobuf" to "Protocol Buffers Well-Known Types"
8. remove the section about JSON-serialized capture.
9. remove the sections about build-in UDP and custom dissectors, instead leaving a link to wireshark protobuf wiki page.
10. remove sample link of Protobuf only capture from referrence section.
* Update how-to-analyze-grpc-with-wireshark.md
Updated according to comments.
1. Update date.
2. Fixed some link errors.
* PR #467 copyedits, spelling and text wrap 2020-11-27
* PR #467 correct clerical and grammar errors 2020-11-28
also update date
* Mark as draft
Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com>
- Link added to "Developer stories..." section. I haven't worked my way through the article's example, but it does seem like a good candidate post to add to dev stories.
- Contributes to #433
This PR drops `blog/http2-smarter-at-scale.md` and adds a redirect to the [article's canonical source on the CNCF website](https://www.cncf.io/blog/2018/07/03/http-2-smarter-at-scale/). Somehow, the original article was republished on the gRPC blog 10 days later, but with errors (e.g., #512), missing links (links that are in the original but were not "ported" to the local version), mis-named images (e.g., the use of [Kotlin Android app example](59fc928363 (diff-d63be804f6094986a8876f51d2e9cc7bc3ba0ec25c7faa09746fc72d7a58be80R22))).
This PR also fixes footnote links in the followup article.
Contributes to #518
No user-visible change in the generated site.
This PR will make generated-site diffs easier to manage when the language homepages are migrated over to use the layout. Also added whitespace cleanup of prog_lang_home partial.
Followup to #473, which made minimal changes -- it _only_ relocated the Android and Web pages without changing them. This PR moves the Android pages (which are Java specific) to a sublevel, like this:
- /docs/
- platforms/
- android/
- **java/{quick-start, basics,...}**
- kotlin/quick-start
- dart or flutter ...
- web/{quick-start, basics, ...}
Context: https://github.com/grpc/grpc.io/pull/473#issuecomment-714048028