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.5 kB

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