The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jan Tattermusch acd040e571 fix C# docfx script 6 years ago
..
.gitignore make reference docs tooling to docfx directory to avoid collision 6 years ago
README.md make reference docs tooling to docfx directory to avoid collision 6 years ago
docfx.json make reference docs tooling to docfx directory to avoid collision 6 years ago
generate_reference_docs.sh fix C# docfx script 6 years ago
toc.yml make reference docs tooling to docfx directory to avoid collision 6 years ago

README.md

DocFX-generated C# API Reference

Generating docs manually (on Windows)

Install docfx based on instructions here: https://github.com/dotnet/docfx

# generate docfx documentation into ./html directory
$ docfx

Release process: script for regenerating the docs automatically

After each gRPC C# release, the docs need to be regenerated and updated on the grpc.io site. The automated script will re-generate the docs (using dockerized docfx installation) and make everything ready for creating a PR to update the docs.

# 1. Run the script on Linux with docker installed
$ ./generate_reference_docs.sh

# 2. Enter the git repo with updated "gh-pages" branch
$ cd grpc-gh-pages

# 3. Review the changes and create a pull request