* Add "What is gRPC?" section
* Move "core concepts" page to new section
* Move "What is gRPC" text to Intro page
* List techniques in Guides landing page
* Add "What is gRPC?" to Docs drop-down
* Link "Learn more" CTA to intro page
* Replace "What is gRPC?" links with "Intro" links
Replace links to
[What is gRPC?](guides)
by
[Introduction to gRPC](what-is-grpc/introduction)
* Replace links to "Overview" by links to Intro
Formerly the "Overview" page contained the text that is now in the intro page.
* Add redirect for concepts page
* Fix link in intro page
* Move API-reference links to language-specific pages
* Remove language references from reference page
Note that the page no longer shows up in the left-nav.
* Drop shortcode and data file that aren't used anymore
* Drop reference page
* C# .NET page: make prose match other pages
* gRPC-for-.NET prose tweak
* Eric's feedback: don't add mention of gRPC core in Languages page
* Introduce languages section
* Add Languages to top-nav Docs menu
* Link to Languages page from Docs landing page
* Redirects for quick start and tutorial pages
* Add some leading text for the language list pages
* Tweak Languages list page prose
* Fix language order in Languages page
Followup to #223 - simplify the homepage hero section by just using plain HTML for the CTA buttons (there's no benefit to the data-driven generation of these two buttons).
When there is lots of nested data it is easier, IMHO, to work with YAML than TOML. This makes the switch for the main site config file. I've ensure that exactly the same site is generated before and after this change.
* Kotlin quick start (#124)
* Adjust example directory name in Kotlin quick start (#144)
* Quick start: clone grpc-kotlin repo at HEAD (#145)
* Hello world example: adjust package and class names (#152)
* Revert hello world package name change
* Kotlin quick start: add JDK prerequisite (#156)
* Kotlin tutorial
* Post-review edits
* Kotlin quick start (#124)
* Adjust example directory name in Kotlin quick start (#144)
* Quick start: clone grpc-kotlin repo at HEAD (#145)
* Hello world example: adjust package and class names (#152)
* Revert hello world package name change
* Kotlin quick start: add JDK prerequisite (#156)
* Drop "under development" from Kotlin entry in About page
* Adjust API reference root package name (#175)
* Update Kotlin QS example code, and other tweaks (#194)
* Kotlin quick start: update example code and other tweaks
* A small path fix to the Route Guide page
* Fix Kotlin API reference link in QS page