docfx.json 911 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "metadata": [
  3. {
  4. "src": [
  5. {
  6. "files": ["Grpc.Core.Api/Grpc.Core.Api.csproj",
  7. "Grpc.Core/Grpc.Core.csproj",
  8. "Grpc.Auth/Grpc.Auth.csproj",
  9. "Grpc.Core.Testing/Grpc.Core.Testing.csproj",
  10. "Grpc.HealthCheck/Grpc.HealthCheck.csproj",
  11. "Grpc.Reflection/Grpc.HealthCheck.csproj"],
  12. "exclude": [ "**/bin/**", "**/obj/**" ],
  13. "cwd": ".."
  14. }
  15. ],
  16. "properties": { "TargetFramework": "net45" },
  17. "dest": "obj/api"
  18. }
  19. ],
  20. "build": {
  21. "content": [
  22. {
  23. "files": [ "**/*.yml" ],
  24. "cwd": "obj/api",
  25. "dest": "api"
  26. },
  27. {
  28. "files": [ "toc.yml"]
  29. }
  30. ],
  31. "globalMetadata": {
  32. "_appTitle": "gRPC C#",
  33. "_enableSearch": true,
  34. "_disableContribution": true
  35. },
  36. "dest": "html"
  37. }
  38. }