Patrice Chalin
312c280be8
Drop gRPC Conf banner text ( #485 )
2020-11-02 14:33:24 -05:00
Sergii Tkachenko
e465ca7666
Update java release to v1.33.1 ( #484 )
2020-11-02 09:17:43 -08: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
72a6d16bbf
Layout refactoring ( #477 )
...
Prep work, contributing to #433 . No non-whitespace changes to the generated site.
2020-10-26 15:56:06 -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
ZHANG Dapeng
7c9a14fd6d
Update java release to v1.33.0 ( #470 )
2020-10-21 18:56:57 -04:00
donnadionne
0378233510
Release grpc-1.33.1 ( #469 )
2020-10-21 13:30:05 -07: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
adb67b27be
Layout cleanup: factor out common title ( #463 )
...
No change in generated site.
2020-10-17 10:05:10 -04:00
Patrice Chalin
8e37c7214d
partials/content.html cleanup ( #462 )
...
No change to generated site
2020-10-16 19:32:41 -04:00
Patrice Chalin
7062120637
Fix doc content overflow ( #461 )
...
Closes #185
2020-10-16 15:05:32 -04:00
Patrice Chalin
ddb07fbf4d
Revert column class change ( #460 )
...
Closes #188
Revert change discussed in https://github.com/grpc/grpc.io/pull/186#discussion_r407724118
2020-10-16 14:29:22 -04:00
Patrice Chalin
f31fedf425
Use render-heading to implement self links ( #458 )
...
Closes #443
2020-10-13 17:41:07 -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
9b11abf8e7
Don't generated leading whitespace in link text ( #452 )
...
Closes #451
2020-10-13 06:29:27 -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
e125e5f8f9
Upgrade to Hugo 0.76.2 ( #444 )
...
Closes #442
2020-10-07 17:09:44 -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
3599a3b72c
Style: stop yelling nav menu titles ( #439 )
2020-10-06 13:57:05 -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
6aebd07b66
Platforms data table: update min Go version to 1.13+ ( #438 )
...
(Maybe the min Go version text should read the same as what is given in the Go Quick start page?)
2020-10-06 13:37:37 -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
9fe1befed6
Fix redirect rule affecting C# tutorial ( #430 )
...
Closes #429
2020-09-30 20:48:23 -04:00
Patrice Chalin
da60445e70
Upgrade to bulma 0.9.0 ( #426 )
...
Closes #327
2020-09-28 16:46:39 -04:00
Patrice Chalin
9d8ac5b284
Update netlify-cli version (package.json) ( #425 )
2020-09-28 15:06:38 -04:00
Patrice Chalin
5ea080749d
Reclaim doc-page hero section real estate ( #420 )
...
Closes #418
2020-09-25 15:16:26 -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
561fb8212e
Basic cleanup of testimonials ( #410 )
...
* 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
2020-09-23 20:04:40 -04:00
Patrice Chalin
3903bb0189
Testimonials data file reformatting ( #411 )
2020-09-23 11:16:01 -04:00
Patrice Chalin
d6221a9558
Cleanup after renaming master branch to main ( #407 )
...
Wraps up / closes #370
2020-09-18 21:46:14 -04:00
Patrice Chalin
8afd98ac89
Use consistent styling for hero-section titles ( #406 )
...
Closes #405
2020-09-18 16:42:17 -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
a726633406
Banner: link directly to gRPC Conf playlist ( #399 )
2020-09-16 13:54:02 -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