Commit Graph

12 Commits

Author SHA1 Message Date
Patrice Chalin 0ba07a5c61
Cleanup: make title capitalization consistent with guidelines (#417)
* Fix title case for Quick start

* Fix title case for tutorials

* Use relative path to basics tutorial from qc

* Avoid unnecessary redirects
2020-09-24 17:51:19 -04:00
Patrice Chalin cdc7d837a6
Python: fix typos, and other copyedits (#380) 2020-08-06 14:34:17 -04:00
Patrice Chalin d0c756d08a
Quick start "What's next" section: update links (#349)
Closes #314. As mentioned in #314, this will help us get better analytics for API-reference visits.

* Update API links
* Update links to the tutorial
* Update links to intro and concepts
2020-07-11 17:27:59 -04:00
Luc Perkins aae9235be6
Rework Google-specific language (#167)
* Change wording on gRPC origin

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Templatize Why gRPC section

Signed-off-by: lucperkins <lucperkins@gmail.com>

* s/implement/generate
2020-07-07 15:35:56 -04:00
Patrice Chalin 6c27bd1dcb
Add "Daily builds" links for wrapped languages (#283)
- Remove "Packages" external link from main nav
- Add links to "Daily builds" for relevant wrapped languages.
2020-06-15 14:06:12 -04:00
Patrice Chalin 857a295683 Another redirect-rule variant trial 2020-06-11 09:25:38 -04:00
Patrice Chalin 9dd867c20d
Chore: adjust language page weights (#274)
- No change to generated site (except for a reorder of entries in the sitemap.xml file)
- Prep work for #273
2020-06-11 05:04:24 -04:00
Richard Belleville 810f55bec8
Add note about wait_for_termination (#260) 2020-06-02 14:37:16 -04:00
Patrice Chalin 9e3c9134cf
Add "What is gRPC?" section (#250)
* 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
2020-05-29 20:20:03 -04:00
Patrice Chalin d89cf21373
Move API-reference links to language-specific pages (#245)
* 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
2020-05-28 15:05:33 -04:00
Patrice Chalin c141c4f7e6
Move generated-code references to the languages section (#242) 2020-05-27 16:50:37 -04:00
Patrice Chalin 5f9696803e
Add "Languages" section, and move quick start and tutorial pages there (#238)
* 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
2020-05-27 14:09:29 -04:00