aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/doc/docfx.json
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-08-31 11:23:03 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-08-31 13:46:21 +0200
commit9c437c2067e9e0142ad5799696388c2acb25f3d5 (patch)
tree9322bc96ce0f313db0a1b3fee6289a9126854f63 /src/csharp/doc/docfx.json
parent5054bfe8ff9a3642d85e28249e5f8763d288ebc5 (diff)
Use docfx to generate C# API reference
Diffstat (limited to 'src/csharp/doc/docfx.json')
-rw-r--r--src/csharp/doc/docfx.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/csharp/doc/docfx.json b/src/csharp/doc/docfx.json
new file mode 100644
index 0000000000..7219d0e7a6
--- /dev/null
+++ b/src/csharp/doc/docfx.json
@@ -0,0 +1,37 @@
+{
+ "metadata": [
+ {
+ "src": [
+ {
+ "files": ["Grpc.Core/Grpc.Core.csproj",
+ "Grpc.Auth/Grpc.Auth.csproj",
+ "Grpc.Core.Testing/Grpc.Core.Testing.csproj",
+ "Grpc.HealthCheck/Grpc.HealthCheck.csproj",
+ "Grpc.Reflection/Grpc.HealthCheck.csproj"],
+ "exclude": [ "**/bin/**", "**/obj/**" ],
+ "cwd": ".."
+ }
+ ],
+ "properties": { "TargetFramework": "net45" },
+ "dest": "obj/api"
+ }
+ ],
+ "build": {
+ "content": [
+ {
+ "files": [ "**/*.yml" ],
+ "cwd": "obj/api",
+ "dest": "api"
+ },
+ {
+ "files": [ "toc.yml"],
+ }
+ ],
+ "globalMetadata": {
+ "_appTitle": "gRPC C#",
+ "_enableSearch": true,
+ "_disableContribution": true
+ },
+ "dest": "html"
+ }
+}