Commit Graph

470 Commits

Author SHA1 Message Date
Patrice Chalin 0a198d69fc
Auth page description adj., and markdown cleanup (#212) 2020-04-23 19:12:39 -04:00
Patrice Chalin 2750f043db
Error handling: fix description (#211) 2020-04-23 17:58:50 -04:00
Patrice Chalin ed3773a73d
Add a protoc install page (#214) 2020-04-23 17:05:26 -04:00
Michael Lumish 90b2771659
Fix grpc-js 1.0 blog to match the deprecation plan (#210) 2020-04-22 20:08:55 -04:00
Patrice Chalin 557efd8850
Config: eliminate grpc_release_tag_no_v (#209)
Use custom substring shortcode based on buildin `param` shortcode.

Generates same site content as before this PR.
2020-04-22 15:17:02 -04:00
Patrice Chalin c8535d1de8
Site config and partials cleanup (#208)
- Moving single-use params closer to their point of use.
- Eliminating unused local variables.

Results in the same site being generated.
2020-04-22 15:01:36 -04:00
Patrice Chalin a4ee1e98b1
Use YAML for site config (#207)
When there is lots of nested data it is easier, IMHO, to work with YAML than TOML. This makes the switch for the main site config file. I've ensure that exactly the same site is generated before and after this change.
2020-04-22 12:57:50 -04:00
Patrice Chalin 88d13429a4
gRPC-JS blog entry copyedits (#205) 2020-04-22 09:35:48 -04:00
ZHANG Dapeng 40683e7a19
Update grpc-java release to v1.29.0 (#204) 2020-04-22 08:02:20 -04:00
Patrice Chalin 672c22e22c
Fix markdown render-link hook so that it doesn't generate unnecessary whitespace (#203)
* Render-link hook cleanup -- no change in generated site

* Remove unnecessary whitespace
2020-04-21 21:09:38 -04:00
Michael Lumish 4479a02c03
Add a blog post to announce grpc-js 1.0 (#197)
* Add a blog post to announce grpc-js 1.0

* Add metadata, remove title header

* Put title in quotes

* Address comments
2020-04-21 15:58:38 -04:00
Patrice Chalin d52e2291f2
Add gRPC-Kotlin blog entry (#196)
* Add gRPC-Kotlin blog entry

* Add links and update titles
2020-04-17 11:13:25 -04:00
Patrice Chalin ea72ee4baf
Reworked Go quick start (#183)
* Reworked Go quick start

* [WIP] Use Go v1.12+ and fetch as modules

* Add steps to make local copy of example sources

* Post-review updates
2020-04-16 11:56:01 -04:00
Patrice Chalin f911fc89db
Merge Kotlin branch (#195)
* Kotlin quick start (#124)

* Adjust example directory name in Kotlin quick start (#144)

* Quick start: clone grpc-kotlin repo at HEAD (#145)

* Hello world example: adjust package and class names (#152)

* Revert hello world package name change

* Kotlin quick start: add JDK prerequisite (#156)

* Kotlin tutorial

* Post-review edits

* Kotlin quick start (#124)

* Adjust example directory name in Kotlin quick start (#144)

* Quick start: clone grpc-kotlin repo at HEAD (#145)

* Hello world example: adjust package and class names (#152)

* Revert hello world package name change

* Kotlin quick start: add JDK prerequisite (#156)

* Drop "under development" from Kotlin entry in About page

* Adjust API reference root package name (#175)

* Update Kotlin QS example code, and other tweaks (#194)

* Kotlin quick start: update example code and other tweaks

* A small path fix to the Route Guide page

* Fix Kotlin API reference link in QS page
2020-04-15 20:14:37 -04:00
Patrice Chalin 66788822b2
C++ QS: add note about async version of source files (#190) 2020-04-15 09:05:54 -04:00
Patrice Chalin cc4248b47a
README: list prerequisites and include step to run npm install (#189) 2020-04-14 17:25:12 -04:00
Luc Perkins 566f93f574
Adjust column width for main documentation text (#186)
* Specify column width

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

* Add PostCSS support

Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-04-13 17:54:57 -04:00
Waldir Pimenta d076f4db96
Add DOCS license file (#174) 2020-04-10 16:28:55 -04:00
Patrice Chalin e413050b42
C++ quick start: fix instructions (#172)
* C++ quick start: fix instructions

Closes #95
Closes #97

* Post-review edits

* Reworked, and tested, instructions

* Updates based on Jan's feedback

* Updates following more feedback from Jan
2020-04-09 07:29:21 -04:00
Waldir Pimenta d30fd6adb2
Small improvements to tutorials/basic/go.md (#178)
- Fix line wrapping
- Standardize references to .proto files (no code formatting)
- Add missing punctuation
2020-04-08 14:24:41 -04:00
Richard Belleville bbd3c83c4f
Bump release version to 1.28.1 (#179) 2020-04-06 17:52:59 -04:00
Chengyuan Zhang 2e7a251024
Update grpc-java release tag to v1.28.1 (#176) 2020-04-03 15:35:38 -04:00
Patrice Chalin a35bfc66da
Dart quick start: update protobuf installation instructions (#173) 2020-04-03 13:54:56 -04:00
Patrice Chalin 789a4720ab
Issue template: drop title from blank template 2020-03-26 11:09:25 -04:00
Patrice Chalin f8111cdd85
Issue templates: blank -> other (#171) 2020-03-26 11:07:16 -04:00
Patrice Chalin 21c1c8f13a
Issue templates: add new, update existing (#170)
Addresses #131
2020-03-26 11:00:58 -04:00
Patrice Chalin 03dcc88418
Add link to Kotlin gRPC API ref docs, and cleanup redirects (#165) 2020-03-23 17:28:52 -04:00
Mario Lamacchia 00c472ff7f
Fix broken links (#159)
* Fix broken links

* Replace entities with underscores
2020-03-23 11:23:40 -04:00
lucperkins 4aeb9ea0e4 Fix footer icon
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-22 20:10:04 -07:00
lucperkins 2a89ebe02e Add names for multiple authors
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-22 20:03:53 -07:00
Luc Perkins 5d12658fdd
Merge pull request #158 from grpc/chalin-patch-1
Java tutorial tweaks
2020-03-20 16:11:54 -07:00
Patrice Chalin a311d62b6a
Java tutorial tweaks 2020-03-20 16:01:52 -04:00
Luc Perkins cf9efbe10d
Add anchor bookmarks (#154)
* Add header links

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

* CSS partial housekeeping

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

* Add scroll offset

Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-20 08:15:03 -04:00
Jhuliano Skittberg Moreno 0ce986ed93
Fixes stutter on error model documentation (#155) 2020-03-20 08:11:26 -04:00
Patrice Chalin 2b75d765ed
Java tutorial: fix directory path (#153)
The entire tutorial is under `routeguide`.
2020-03-19 11:12:36 -04:00
Patrice Chalin 96e425ebdc
Concepts copyedits (#138) 2020-03-18 18:04:23 -04:00
Luc Perkins 69407a13ae
Merge pull request #149 from grpc/chalin-patch-1
README: Hugo extended version is needed
2020-03-18 13:44:53 -07:00
Richard Belleville 9b1962ac0c
Cross-Post https://cloud.google.com/blog/products/compute/serve-cloud-run-requests-with-grpc-not-just-http (#147)
* Add first draft of cross-post

* Touch up post

* Just include a single author

I get to make that decision because I'm the omitted author. :P

* Adopt reviewer advice
2020-03-18 16:43:15 -04:00
Luc Perkins f97f70cb85
Merge pull request #150 from gnossen/hugo_extended_check
Ensure Hugo is properly installed
2020-03-18 13:34:14 -07:00
Richard Belleville 80b836138f Ensure Hugo is properly installed 2020-03-18 13:23:50 -07:00
Patrice Chalin e9b3c48405
README: Hugo extended version is needed 2020-03-18 16:22:51 -04:00
Luc Perkins f953074213
Add Algolia search dropdown (#139)
* Add Algolia search dropdown

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

* Open search bar on click

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

* Remove facetFilters field

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

* Add search bar to dropdown

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

* Apply search bar to mobile and desktop input

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

* Final fixes

Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-18 08:29:13 -07:00
Patrice Chalin 8f8e6378b5
Kotlin/JVM platforms (#142)
Contributes to #132
2020-03-18 09:43:28 -04:00
lucperkins a133f05ce5 Update footer text
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-17 15:20:09 -07:00
lucperkins 917b5baacf Add hard-coded version to cmake blog post
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-17 12:25:47 -07:00
Patrice Chalin ec816e35d3 Kotlin/JVM platforms
Contributes to #132
2020-03-17 13:57:33 -04:00
Patrice Chalin e87270eb8d
Add placeholders for Kotlin gRPC (#141) 2020-03-17 13:45:16 -04:00
Luc Perkins fdc4bd16d9
Merge pull request #140 from JKapostins/master
Removing spaces from hyper links in C# and cpp basic documentation.
2020-03-16 16:41:45 -07:00
jkapostins@gnarlysoft.net 7d02d90d92 Removing spaces from hyper links in C# and cpp basic documentation. 2020-03-16 16:32:55 -04:00
lucperkins 0365144056 Merge branch 'lperkins/blog-post-template' 2020-03-16 11:43:23 -07:00