Commit Graph

333 Commits

Author SHA1 Message Date
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 2ac405305c
Left-nav: support 3 levels, drop TOC and some cleanup (#234)
* Left-nav cleanup

* Keep nav entry Upper Case style for now

* Ensure is-active style applies to all active entries

* Whitespace cleanup
2020-05-22 14:09:07 -04:00
Patrice Chalin deddca19a4
Add MAINTAINERS file (#232) 2020-05-22 09:03:58 -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 a715d2551d
Add docsy theme submodule w/o using it (#228) 2020-05-18 14:25:01 -04:00
Patrice Chalin 6f4ae77ad6
Netlify config: set Node.js version (#227) 2020-05-16 03:37:36 -04:00
Patrice Chalin 4c458658f5
Upgrade to hugo 0.70.0 (#226) 2020-05-16 03:08:55 -04:00
Patrice Chalin 4e9f9396ee
CTA button cleanup (#225)
Followup to #223 - simplify the homepage hero section by just using plain HTML for the CTA buttons (there's no benefit to the data-driven generation of these two buttons).
2020-05-15 19:32:40 -04:00
Patrice Chalin 7ffec32a53
Curate homepage CTA buttons (#223) 2020-05-15 18:32:42 -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
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