Commit Graph

36 Commits

Author SHA1 Message Date
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 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 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
Patrice Chalin a35bfc66da
Dart quick start: update protobuf installation instructions (#173) 2020-04-03 13:54:56 -04:00
Patrice Chalin e87270eb8d
Add placeholders for Kotlin gRPC (#141) 2020-03-17 13:45:16 -04:00
Patrice Chalin bc522aa685
Min Dart SDK to 2.2+ (#134)
Closes #133. Also removes statement that claimed that Dart `grpc` package was in beta.
2020-03-13 14:01:52 -04:00
lucperkins da385998b6 Fix Markdown indentation
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-10 11:43:12 -07:00
lucperkins 313b30daff More aesthetic adjustments
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-09 15:45:06 -07:00
lucperkins 90be3caa36 Convert notes to admonitions
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-09 14:56:10 -07:00
lucperkins 4edb8c9e39 Merge branch 'master' into lperkins/css-framework 2020-03-09 10:26:00 -07:00
lucperkins 38375f22c9 Fix initial broken links
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-06 13:13:51 -08:00
lucperkins c52ae9b968 Docs cleanup
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-06 12:36:01 -08:00
lucperkins 106c647e5e Add docs nav
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-06 11:53:44 -08:00
Patrice Chalin 07b1440ba3
Quick start and Tutorial cleanup across all languages (#112)
- Closes #87
- Closes #88
- Contributes to #111
- Markdown cleanup
- Copyedits in an attempt to bring some uniformity across language Quick Start and Tutorials.
2020-03-05 09:43:02 -05:00
Patrice Chalin 1acb8697ab
Android QS and Tutorial cleanup (#110)
Also switched to using `grpc_java_release_tag` rather than the general `grpc_release_tag` to generate URLs to repo files.

Contributes to #87 and #88 for Android.
2020-03-04 18:03:28 -05:00
Patrice Chalin 79ee012593
Java QS and Tutorial cleanup (#108)
Mainly just markdown cleanup. Contributes to #87 and #88 for Java.
2020-03-04 16:46:20 -05:00
Patrice Chalin a638e6910f Copyedit 2020-02-28 07:06:19 -05:00
Patrice Chalin 9a3e371500 Update code excerpts to match example code 2020-02-27 18:56:47 -05:00
Patrice Chalin 4dbea8fd76 Dart Quickstart: copyedits and markdown cleanup
Contributes to #87 and #88 for Dart
2020-02-27 16:24:29 -05:00
Jan Tattermusch 020cd52af8 get rid of https://grpc.io/release occurrences 2020-02-04 15:12:46 +01:00
Muxi Yan b45663b5c8 Update quickstart to v2 API 2019-10-17 11:32:12 -07:00
Jan Tattermusch 9303d5ad2e
Remove EOL at the end of file 2019-09-16 12:19:25 +02:00
Jan Tattermusch 29881ecd42
Apply suggestions from code review
Co-Authored-By: James Newton-King <james@newtonking.com>
2019-09-16 12:18:43 +02:00
Jan Tattermusch d815de385d add grpc-dotnet docs 2019-09-12 11:08:29 -04:00
Michael Le f028dbcfeb
Use exported Get methods in Go quick-start
Suggest users to use the exported Get methods instead of directly accessing the data.
2019-08-22 03:00:20 -04:00
Yash Tibrewal fe95f69fb8 Update links to cpp 2019-08-21 13:19:20 -07:00
Ibby Benali 1c21eb71f8 Updating node.md
I was going through the quickstart tutorial and I received a deprecation warning for `addProtoService`. Fixed it by replacing  it with `addService`.
2019-08-15 12:45:00 -05:00
lucperkins 49ce88a96b Fix merge conflict
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-04-26 11:03:37 -07:00
lucperkins 870c19f034 Add metadata page descriptions for quickstart docs
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-04-24 12:36:06 -07:00
lucperkins 35a84eba18 Automate docs top panel
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-04-24 12:07:19 -07:00
lucperkins 31451ff6b6 Add padding to code samples and fix some indentation issues
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-04-23 09:41:26 -07:00
lucperkins 94b5a237e5 Remove errant aliases
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-04-23 09:29:27 -07:00
lucperkins 4b1d921721 Streamline quickstart menu
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-04-22 18:39:40 -07:00
lucperkins 067307dd29 Add contents of new site repo
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-04-22 18:07:24 -07:00