Commit Graph

7 Commits

Author SHA1 Message Date
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
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 e7bc96f8c3 Add page description for guides
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-04-24 12:22:30 -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