Commit Graph

115 Commits

Author SHA1 Message Date
Patrice Chalin 9dd867c20d
Chore: adjust language page weights (#274)
- No change to generated site (except for a reorder of entries in the sitemap.xml file)
- Prep work for #273
2020-06-11 05:04:24 -04:00
Patrice Chalin fdc5b387d2
gRPC-web quick start updates (#272) 2020-06-10 16:55:51 -04:00
Patrice Chalin f818595e32
Move official-support table to languages page (#266) 2020-06-05 10:18:33 -04:00
Richard Belleville 810f55bec8
Add note about wait_for_termination (#260) 2020-06-02 14:37:16 -04:00
Patrice Chalin 9232a3fcd1
Refer to C# entry as C# / .NET (#258) 2020-06-02 08:02:07 -04:00
Patrice Chalin 9e3c9134cf
Add "What is gRPC?" section (#250)
* Add "What is gRPC?" section

* Move "core concepts" page to new section

* Move "What is gRPC" text to Intro page

* List techniques in Guides landing page

* Add "What is gRPC?" to Docs drop-down

* Link "Learn more" CTA to intro page

* Replace "What is gRPC?" links with "Intro" links

Replace links to
    [What is gRPC?](guides)
by
    [Introduction to gRPC](what-is-grpc/introduction)

* Replace links to "Overview" by links to Intro

Formerly the "Overview" page contained the text that is now in the intro page.

* Add redirect for concepts page

* Fix link in intro page
2020-05-29 20:20:03 -04:00
Patrice Chalin 7d2f8cc427
Remove unnecessary use of HTML entities (#252)
Closes #162
2020-05-29 16:09:46 -04:00
Patrice Chalin 3a008dc431
Drop contributing.md placeholder file (#248)
The Community page will hold this information. This is in preparation for rework of the Guides section.
2020-05-28 16:06:02 -04:00
Patrice Chalin d89cf21373
Move API-reference links to language-specific pages (#245)
* Move API-reference links to language-specific pages

* Remove language references from reference page

Note that the page no longer shows up in the left-nav.

* Drop shortcode and data file that aren't used anymore

* Drop reference page

* C# .NET page: make prose match other pages

* gRPC-for-.NET prose tweak

* Eric's feedback: don't add mention of gRPC core in Languages page
2020-05-28 15:05:33 -04:00
Patrice Chalin 08f2a06b14
C# pages: repurpose non-quick-start page into a "gRPC for .NET" page (#244)
* Initial revision

* Create separate dotnet page

* Simplify the C# section page
2020-05-28 13:14:44 -04:00
Patrice Chalin 1401ca0d29
Go quick start: adjust protoc cmd line options (#241)
Closes #236
2020-05-27 20:00:48 -04:00
Patrice Chalin c141c4f7e6
Move generated-code references to the languages section (#242) 2020-05-27 16:50:37 -04:00
Patrice Chalin 5f9696803e
Add "Languages" section, and move quick start and tutorial pages there (#238)
* Introduce languages section

* Add Languages to top-nav Docs menu

* Link to Languages page from Docs landing page

* Redirects for quick start and tutorial pages

* Add some leading text for the language list pages

* Tweak Languages list page prose

* Fix language order in Languages page
2020-05-27 14:09:29 -04:00
Patrice Chalin 63f076fa4d
Docs landing page cleanup (#237)
(No change in the page content as a result of this PR.)
2020-05-26 14:35:59 -04:00
Patrice Chalin cfaf2a26c4
Drop `layout` front-matter entry from docs pages (#235)
I've checked that the generated site isn't affected by the removal of these noop front-matter layout entries.
2020-05-22 14:59:40 -04:00
Patrice Chalin e4103ce083
Add version warning to protoc install page (#230)
- Fixes #229
- Addresses `apt` vs `apt-get` comment in https://github.com/grpc/grpc.io/pull/214#discussion_r415670097
2020-05-21 16:30:55 -04:00
Patrice Chalin 79bfc18490
C++ quick start: tweak MY_INSTALL_DIR path
Tweak `MY_INSTALL_DIR` path to match the path used in the protoc installation instructions.
2020-05-21 15:30:07 -04:00
Patrice Chalin c070174d98
Simplify the go quickstart (#215)
* Simplify the go quickstart

* Doug's feedback and enable module mode
2020-05-21 15:18:26 -04:00
Patrice Chalin f7cee976af
Remove "Guides" top-nav entry (#222)
Remove the "Guides" top-nav entry and relocate it as a subentry of the "Docs" top-nav entry.
2020-05-15 16:13:20 -04:00
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
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
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
Patrice Chalin a35bfc66da
Dart quick start: update protobuf installation instructions (#173) 2020-04-03 13:54:56 -04:00
Mario Lamacchia 00c472ff7f
Fix broken links (#159)
* Fix broken links

* Replace entities with underscores
2020-03-23 11:23:40 -04: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
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
Patrice Chalin e87270eb8d
Add placeholders for Kotlin gRPC (#141) 2020-03-17 13:45:16 -04:00
jkapostins@gnarlysoft.net 7d02d90d92 Removing spaces from hyper links in C# and cpp basic documentation. 2020-03-16 16:32:55 -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 c6decb6785 Fix broken links
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-10 12:39:30 -07:00
lucperkins da385998b6 Fix Markdown indentation
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-10 11:43:12 -07:00
lucperkins e6612f650f Undo Markdown link changes
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-10 11:01:30 -07:00
lucperkins 3f0aec073d Fix broken hash link
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-10 10:43:39 -07:00
lucperkins 313b30daff More aesthetic adjustments
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-09 15:45:06 -07:00
lucperkins 6b3df0d411 Add modal for images
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-09 15:11:25 -07:00
lucperkins 90be3caa36 Convert notes to admonitions
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-09 14:56:10 -07:00
lucperkins 83bd762af3 Fix reference docs
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-09 12:00:04 -07:00
lucperkins d2a7ecdf71 Remove unused files
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-09 11:58:04 -07:00
lucperkins 03c0a71713 Add shortcode for reference links
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-09 11:51:58 -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