docfx.json 854 B

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