Commit Graph

277 Commits

Author SHA1 Message Date
Patrice Chalin c1d97fbe94
Go-specific ALTS authentication page from template (#537)
- Contributes to #527
- Also included are minor tweaks to the C++-ALTS page
2020-11-23 16:04:31 -05:00
Patrice Chalin 7851780af3
More ALTS page cleanup (#536)
Contributes to #527, followup to #528, as we transition to language-specific pages.
2020-11-23 15:32:27 -05:00
Patrice Chalin 1fd7b23b83
C++ specific ALTS authentication page from template (#528)
* C++ specific ALTS authentication page from template
  - Contributes to #527
* Support for missing code samples
2020-11-23 14:49:11 -05:00
Bryant Hagadorn d2d9079211
Fix undefined markdown link reference in C++ Quick start (#532) 2020-11-19 12:53:20 -05:00
Michael Thomsen 53302100f3
Platform tweaks (#529)
* Platform tweaks
* Put development & target platforms in one list (#531)

Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com>
2020-11-18 14:23:51 -05:00
Patrice Chalin 10250e2956
Blog: strip Cloud Run entry, refer to original (#530)
Contributes to #518
2020-11-18 14:18:00 -05:00
Patrice Chalin c6d9c02ea8
Platforms page rework; add Flutter (#525)
- Supersedes #524
- Prep work for #491
2020-11-17 13:26:57 -05:00
Patrice Chalin d51db981f1
Cleanup: use relref rather than ref (#526) 2020-11-16 14:32:27 -05:00
Patrice Chalin ba455b73d2
Go: add link to "Stubbing gRPC in Go" post (#523)
- 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
2020-11-16 12:59:31 -05:00
Patrice Chalin ce47d4e6d9
Add link to Cloudflare's "Road to gRPC" post (#522) 2020-11-13 15:22:32 -05:00
Patrice Chalin f5a0f021c3
Python: update supported versions (#514) 2020-11-13 13:20:04 -05:00
Patrice Chalin 5058a972d1
Drop HTTP/2 article, redirect to canonical source, etc (#519)
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
2020-11-13 12:32:55 -05:00
Tushar Kataria e45241410c
Update http2-smarter-at-scale.md (#512) 2020-11-13 08:41:09 -05:00
Patrice Chalin b1c63bbade
PHP: no longer in beta; update supported versions to 7+, only (#517) 2020-11-12 21:37:45 -05:00
Patrice Chalin e4428794ec
gRPC official support table: cleanup, no content changes (#513) 2020-11-12 19:08:01 -05:00
Patrice Chalin dbf48141eb
C# language-home: use new layout, link to examples and docs (#510)
Contributes to #481, #345, #506
2020-11-12 11:43:56 -05:00
Patrice Chalin 5dae8a86aa
Python language-home: use new layout, link to examples and docs (#508)
Contributes to #481, #345, #506
2020-11-11 18:36:44 -05:00
Patrice Chalin fc77facf2c
C++ language-home: use new layout, link to examples and docs (#507)
Contributes to #481, #345, #506
2020-11-11 17:39:39 -05:00
Patrice Chalin 59a278d69c
Fetch specific version of grpc-go repo in quick start and tutorial pages (#504)
Closes #437
2020-11-05 19:41:43 -05:00
Patrice Chalin 8afa0eb13f
Config of gRPC pkg versions: make it easier/more uniform to introduce new languages (#499)
* grpc_release_tag -> grpc_vers.core
* grpc_java_release_tag -> grpc_vers.java
* Updated config params
2020-11-05 18:27:52 -05:00
Patrice Chalin b894fffd91
Cross-link Java and Android-Java pages (#497)
Contributes to #481. Related: #496.
2020-11-05 09:51:34 -05:00
Patrice Chalin 45bd9a81f3
Cross-link Kotlin/JVM and Kotlin-for-Android pages (#496) 2020-11-04 08:57:25 -05:00
Patrice Chalin 9f99a644ae
Use new lang layout for Go, Java, and Kotlin pages (#494)
Closes #481
2020-11-03 13:29:10 -05:00
Patrice Chalin 9a6a83213a
Cleanup of manually formatted language homepages (#493)
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.
2020-11-03 12:42:32 -05:00
Patrice Chalin 3193fcf2c0
Android pages: adjust titles and fix left-nav (#490)
Followup to #489, #473, contributing to #472.
2020-11-03 10:20:03 -05:00
Patrice Chalin 948bef55e5
Kotlin Android Quick start page (#471)
Closes #468
2020-11-03 09:01:28 -05:00
Patrice Chalin 281e5ceffb
Move Android Java pages to platforms/android/java (#489)
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
2020-11-03 08:43:43 -05:00
Patrice Chalin bb85a41f22
Create docs/platforms, relocate android & web pages (#473)
Closes #472
2020-11-02 15:16:56 -05:00
Patrice Chalin b5f585c983
Drop /docs/talks and redirect to Showcase (#488)
Drop Presentations / Talks page. Instead redirect to your new Showcase page. (2020/11/02 Docs WG meeting)

Closes #280
2020-11-02 15:07:12 -05:00
Patrice Chalin 0e23f24484
Kotlin basics tutorial update due to code reorg (#476)
- Contributes to #465
- Also did some copyediting
2020-10-29 13:01:48 -04:00
Patrice Chalin 91309767d5
Add language-home layout (#482)
This is a key PR for #481. The new layout has been applied to the Dart page for starters. Other pages will be broght over shortly.
2020-10-28 16:15:06 -04:00
Patrice Chalin c7f8374804
partials/content.html args rework (#480)
An improved solution over #464 and #462 (partially reverting these).

No change to generated site. This is in preparation for other layout changes (#433)
2020-10-27 14:36:10 -04:00
Patrice Chalin 12ccb4f26a
Eliminate inlined styles from lang landing pages (#478)
* Fix class names
* Eliminate inlined styles from lang landing pages
2020-10-27 13:15:05 -04:00
Patrice Chalin 0b14ae1a48
Go quick start: use protoc-gen-go from new pkg (#475)
Contributes to #437. I've done the first part of the Quick start to confirm that it works.

Context: https://github.com/grpc/grpc-go/pull/3932#issuecomment-713739663
2020-10-22 14:28:45 -04:00
Patrice Chalin 4939d3aec4
Quick start page copyedits (#474)
* Java QS fixes
* Kotlin QS updates
* QS: uniform section title rename
2020-10-21 20:38:04 -04:00
Patrice Chalin d9a53abd9e
Kotlin quick start updates (#466)
Contributes to #465
2020-10-20 13:12:08 -04:00
Patrice Chalin e551e5798e
Layout content.html cleanup (#464)
No change in the generated site. (Note: this edit preserves the current approach used in the site, which is to prefer bulma primitives for styling vs. using custom CSS.)

* Layout content.html cleanup

No change in generated site.

* Avoid IsSet warning

The warning reads as follows, even if the value _is not_ always false.

> WARNING: calling IsSet with unsupported type "ptr" (*hugolib.pageState) will always return false.
2020-10-18 08:44:18 -04:00
Patrice Chalin 16192e4c0b
Go basics tutorial updates (#450)
* Go basics tutorial update

Closes #449

* Untabify code excerpts

* Add direct link to Prerequisites section of QS
2020-10-13 17:18:17 -04:00
Patrice Chalin ab52bbf578
Add rel="noopener" to external link anchors (#457)
Closes #454. (Also did some template and HTML cleanup.)
2020-10-13 10:35:17 -04:00
Patrice Chalin b880f9f651
Blog: drop author-position stutter (#453)
- Drop repeated author's position
- Other copy edits
2020-10-13 06:36:29 -04:00
Patrice Chalin 14122fba4e
Go quick start: plugin -> plugins (#448) 2020-10-12 20:05:11 -04:00
Patrice Chalin 04252a92e8
Go quick start: fix typo 2020-10-12 19:06:32 -04:00
Patrice Chalin c393096629
Go quick start: drop plugin version specifier (#447)
Close #446
2020-10-12 15:41:18 -04:00
Patrice Chalin 9f92b1e332
Add dev stories to Java page (#440)
Contributes to #433
2020-10-06 16:00:28 -04:00
Patrice Chalin 0e19ceadf6
Add Showcase page; rework landing-pages for each language (#421)
* Language landing page rework

* Use dev-stories heading id

* Add Showcase page

* Elide Java dev stories for now, but keep target

* Tweak showcase dev stories list

* Only show "More..." nav entry for pages that have more content
2020-10-06 13:42:57 -04:00
Patrice Chalin cb3dfdbbba
Go quick start: use protoc-gen-go-grpc@v1.0 (#436)
Closes #298
2020-10-05 22:10:38 -04:00
Patrice Chalin 5b65ae916c
Protoc installation page: update protoc version to 3.13.0 (#434) 2020-10-05 19:43:15 -04:00
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 f5a68c2771
Async tutorial: fix 404 to API reference entry (#415) 2020-09-24 15:57:22 -04:00
Patrice Chalin a1c33d95a9
Kotlin blog: don't use external links for internal pages (#413)
Also fix link titles.
2020-09-24 14:44:08 -04:00