Commit Graph

47 Commits

Author SHA1 Message Date
bartolootrit dc36e5bb8f
Authentication examples for Node.js and Python (#535) 2020-12-01 07:51:04 -05:00
Patrice Chalin 743bea1398
Drop generic ALTS page (#540)
Contributes to #527
2020-11-23 17:32:40 -05:00
Patrice Chalin 4ca9ea504d
Python-specific ALTS authentication page from template (#539)
Contributes to #527
2020-11-23 17:15:42 -05:00
Patrice Chalin ff29119400
Java-specific ALTS authentication page from template (#538)
- Contributes to #527
- Fix code rendering: ensure that blank lines are also rendered
2020-11-23 16:54:45 -05:00
Patrice Chalin c1d97fbe94
Go-specific ALTS authentication page from template (#537)
- Contributes to #527
- Also included are minor tweaks to the C++-ALTS page
2020-11-23 16:04:31 -05:00
Patrice Chalin 7851780af3
More ALTS page cleanup (#536)
Contributes to #527, followup to #528, as we transition to language-specific pages.
2020-11-23 15:32:27 -05: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 08eec27984
Add note to benchmarking page: "no data available" messages are possible (#339)
Closes #338
2020-07-07 08:48:57 -04:00
Jiangtao Li 281c273417
Update handshaker service proto link from a commit (#336) 2020-07-03 13:01:22 -04:00
Jiangtao Li 46b0c24a20
Add ALTS auth guide (#301)
* Add ALTS auth guide

* Move alts_auth.md to guides/auth/ALTS.md

* Fix ALTS link

* Address reviewer's comments

* Split ALTS.md into two pages.

* Revert "Split ALTS.md into two pages."

This reverts commit 55dbbd9986.

* Address reviewer comments

* Address Cesar's comments

* Remove GCP specific info. Make ALTS guide more generic
2020-07-02 05:32:09 -04:00
Patrice Chalin 268ddc5a20
Support sidenav entries generated from Pages list (#308) 2020-06-23 13:54:19 -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 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 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
Jhuliano Skittberg Moreno 0ce986ed93
Fixes stutter on error model documentation (#155) 2020-03-20 08:11:26 -04:00
Patrice Chalin 96e425ebdc
Concepts copyedits (#138) 2020-03-18 18:04:23 -04:00
lucperkins e6612f650f Undo Markdown link changes
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-10 11:01:30 -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 832d50195a Small templating fixes
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-06 12:39:25 -08:00
lucperkins c52ae9b968 Docs cleanup
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-06 12:36:01 -08:00
Patrice Chalin f3397321d9
More markdown cleanup following Hugo upgrade (#115)
In particular, removing / replacting embedded HTML.

Followup to #113.
2020-03-05 14:22:04 -05:00
Patrice Chalin fbaa7d32a9
Concepts page: fix content indentation (#114)
Closes #111, at least as far as I can tell, I'm not seeing other cases.
2020-03-05 12:02:51 -05:00
Patrice Chalin 355070ca21
Guide overview copyedits (#106)
* Guide overview copyedits

* Post-review edits
2020-03-04 13:54:58 -05:00
Srini Polavarapu f21eac0c00
Merge pull request #74 from catkins/patch-1
Fix typo in Ruby auth example.
2020-01-15 10:27:07 -08:00
Chris Atkins 05f03c1ec2
Fix typo in Ruby auth example.
The auth guide has a Ruby example that references a non-existent `GRPC::Core::Credentials` class. The class to use instead is `GRPC::Core::ChannelCredentials` as defined here:
bebd20b126/src/ruby/ext/grpc/rb_channel_credentials.c (L237)
2019-12-09 10:30:20 +11:00
Noval Agung Prayogo fabc38fb5a
Update concepts.md 2019-11-29 22:54:30 +07:00
Jan Tattermusch bac8370f90
remove links to microbenchmark data 2019-10-11 17:13:44 +02:00
Chris 6155c43a83 Tweak 2019-06-04 23:07:16 -07:00
Chris 995c17ca06 PR comments 2019-06-04 23:04:51 -07:00
Chris f96f0d0152 PR comments 2019-06-03 22:01:20 -07:00
Chris 59d2dbd905 PR comments 2019-06-03 21:54:25 -07:00
Chris b3fdb86f5d Error model 2019-06-02 21:55:07 -07:00
Chris 3bdf58d894 Error details 2019-06-02 21:49:47 -07:00
dominik 5e8e0032ab
Update auth.md 2019-05-13 12:01:59 +02:00
dominik d8b952225f
Update auth.md 2019-05-13 11:59:39 +02:00
Tim Düsterhus bf8f74670c
Remove erroneous backtick in auth.md for PHP 2019-04-30 19:37:40 +02:00
lucperkins 49ce88a96b Fix merge conflict
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-04-26 11:03:37 -07:00
lucperkins e7bc96f8c3 Add page description for guides
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-04-24 12:22:30 -07:00
lucperkins 35a84eba18 Automate docs top panel
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-04-24 12:07:19 -07:00
lucperkins 94b5a237e5 Remove errant aliases
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-04-23 09:29:27 -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