* Basic cleanup of testimonials
Trimming file: keep only 6 entries. This is meant to be a quick cleanup. (More updates to the site will be coming in subsequent PRs, e.g., to add dev stories.)
- Drop Carbon3D: I can't find any public evidence that they're using gRPC
- Drop University of Wisconsin: not clear that the Open lambda project is still active
- Add dates for all remaining entries
* Also remove images that will no longer be used
* Fix links in blog hero author fields
* Use author-info for class name and scope
* Misc blog entry attribute changes
* Template tweaks
* Sass comment update
* Simplify CSS class name
* Don't style inco as secondary text
... otherwise it makes it look like it is part of the link when the author's name is a link.
- Closes#329. Fix 404-page title so that we can find 404 pages more easily using analytics.
- Simplify page, and make it a bit more DRY -- avoid repeating links that are in main nav and footer.
- By adding the top 5 languages, about 75% of quick-start users will be able to link directly to their target pages
- Language quick-starts are ordered with the most visited first
- Closes#324
* 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).