You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

docfx.json 1.8 kB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "metadata": [
  3. {
  4. "src": [
  5. {
  6. "files": [
  7. "src/Microsoft.AutoGen/Core/**/*.csproj",
  8. "src/Microsoft.AutoGen/Contracts/**/*.csproj",
  9. "src/Microsoft.AutoGen/Core.Grpc/**/*.csproj",
  10. "src/Microsoft.AutoGen/AgentHost/**/*.csproj",
  11. "src/Microsoft.AutoGen/RuntimeGateway.Grpc/**/*.csproj",
  12. "src/Microsoft.AutoGen/Extensions/**/*.csproj"
  13. ],
  14. "src": "../../dotnet/"
  15. }
  16. ],
  17. "dest": "api",
  18. "includePrivateMembers": false,
  19. "disableGitFeatures": false,
  20. "disableDefaultFilter": false,
  21. "noRestore": false,
  22. "namespaceLayout": "flattened",
  23. "memberLayout": "samePage",
  24. "allowCompilationErrors": false
  25. }
  26. ],
  27. "build": {
  28. "content": [
  29. {
  30. "files": [
  31. "api/**.yml",
  32. "api/index.md"
  33. ]
  34. },
  35. {
  36. "files": [
  37. "core/**.md",
  38. "core/**/toc.yml",
  39. "toc.yml",
  40. "*.md"
  41. ]
  42. }
  43. ],
  44. "resource": [
  45. {
  46. "files": [
  47. "images/**"
  48. ]
  49. }
  50. ],
  51. "output": "_site",
  52. "globalMetadataFiles": [],
  53. "fileMetadataFiles": [],
  54. "template": [
  55. "default",
  56. "modern",
  57. "template"
  58. ],
  59. "globalMetadata": {
  60. "_appTitle": "AutoGen .NET",
  61. "_appName": "AutoGen .NET",
  62. "_appLogoPath": "images/logo.svg",
  63. "_appFooter": "AutoGen",
  64. "_appFaviconPath": "images/favicon.ico",
  65. "_gitContribute": {
  66. "repo": "https://github.com/microsoft/autogen.git"
  67. }
  68. },
  69. "postProcessors": [
  70. "ExtractSearchIndex"
  71. ],
  72. "_enableSearch": true,
  73. "keepFileLink": false,
  74. "disableGitFeatures": false
  75. }
  76. }