Commit Graph

248 Commits

Author SHA1 Message Date
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
Patrice Chalin 2866d908e0
Cleanup of most popular blog entries (#404)
Closes #403
2020-09-18 16:08:35 -04:00
Patrice Chalin d24db4d96b
Style links differently from plain text in blog hero fields (#401)
* 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.
2020-09-18 13:07:32 -04:00
Patrice Chalin 3704786aee
Go quick start: simplify protoc arguments (#400)
- Move note before the protoc command
- Drop superfluous protoc arguments

Closes #383
2020-09-18 12:59:27 -04:00
Patrice Chalin cd0e4a628e
Replace deprecated ANDROID_HOME with ANDROID_SDK_ROOT (#398)
Closes #381
2020-09-15 21:08:38 -04:00
Patrice Chalin c2059d368e
Fix links in "state of gRPC in the browser" blog (#397)
Main changes:
- Use an anchor rather than a `div` to set an anchor target
- Use markdown-link syntax so that we can benefit from markdown render-link processing, which adds an external-link icon, for example, when appropriate
- Drop the protocol from the link text
- Copyedits
- Fix broken external links

Closes #377
2020-09-15 16:21:19 -04:00
Patrice Chalin 35eda793db
Go tutorial copyedits (#396) 2020-09-15 14:24:13 -04:00
Patrice Chalin ea6e66fbb2
Dart tutorial: correct variable name (#395)
Closes #386
2020-09-15 14:13:57 -04:00
Patrice Chalin 48d4c97467
Add missing blog-entry redirects (#393)
Contributes to #392. (Also add spelling 'ignore' lists/words for the affected files.)
2020-09-15 12:19:33 -04:00
Patrice Chalin 65bc96cc89
Don't mention blog entry that was never published (#391)
Fixes #388
2020-09-14 15:53:48 -04:00
Brian Fallik 84e35a3372
Copyedit to Dart basics tutorial -- add 'this' (#387) 2020-09-14 14:15:58 -04:00
Stanley Cheung ad4141bb78
Update PHP landing URL (#384) 2020-08-17 13:03:49 -04:00
Patrice Chalin cdc7d837a6
Python: fix typos, and other copyedits (#380) 2020-08-06 14:34:17 -04:00
Eric Gribkoff 41bcfdf473
Update minimum API for Android Java (#373) 2020-07-29 18:21:29 -04:00
Patrice Chalin 5400e229a3
Move google-site-verification file to /static (#366) 2020-07-20 15:31:10 -04:00
Patrice Chalin a673759940
Add google-site-verification file (#365) 2020-07-20 15:02:06 -04:00
Patrice Chalin db6d57857b
Change non-homepage HTML titles to be "Page-title – gRPC" (#364)
* Change non-homepage titles to be "Page-title | gRPC"
* Eric's feedback: use – as separator
2020-07-20 13:12:31 -04:00
Patrice Chalin 5736ec4375
Dart quick start: fix path to examples (#356)
* Dart quick start: fix path to examples

Fixes #355

* Also fix path in the tutorial
2020-07-13 16:54:32 -04:00
Patrice Chalin eb255fc0b9
Fix typo in node tutorial, and add cspell workspace settings (#353) 2020-07-13 16:25:40 -04:00
Patrice Chalin a2277d2091
Android quick start: fix physical-device connection text (#351) 2020-07-13 15:08:03 -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
Patrice Chalin 3ea1c3698d
Dart quick start: mention Flutter SDK, update "template" (#347)
* Dart quick start: mention Flutter SDK, update "template"

- Mention possible use of Flutter SDK
- Update page to match the current quick start "template"

* Update links in "What's next"
2020-07-11 16:56:59 -04:00
Patrice Chalin 7c08f76b1c
Quick start page copyedits (#348)
Fix typo and tweak wording.
2020-07-11 16:54:16 -04:00
Patrice Chalin 0acb2dc4f4
Fix list item spacing (#343)
Fixes #305
2020-07-10 12:08:37 -04:00
Patrice Chalin 8b4e7201df
Android quick start: add step to set path to SDK (#342)
Closes #323
2020-07-09 15:49:31 -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 08eec27984
Add note to benchmarking page: "no data available" messages are possible (#339)
Closes #338
2020-07-07 08:48:57 -04:00
Jiangtao Li 281c273417
Update handshaker service proto link from a commit (#336) 2020-07-03 13:01:22 -04:00
Jiangtao Li 46b0c24a20
Add ALTS auth guide (#301)
* Add ALTS auth guide

* Move alts_auth.md to guides/auth/ALTS.md

* Fix ALTS link

* Address reviewer's comments

* Split ALTS.md into two pages.

* Revert "Split ALTS.md into two pages."

This reverts commit 55dbbd9986.

* Address reviewer comments

* Address Cesar's comments

* Remove GCP specific info. Make ALTS guide more generic
2020-07-02 05:32:09 -04:00
Jan Tattermusch 5d73cdf327
C# tutorial: Simplify instructions for running route guide server and client (#221) 2020-06-30 09:24:40 +02:00