docfx.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "metadata": [
  3. {
  4. "src": [
  5. {
  6. "src": "../Terminal.Gui",
  7. "files": [
  8. "**/*.csproj"
  9. ]
  10. }
  11. ],
  12. "dest": "api",
  13. "memberLayout": "separatePages"
  14. },
  15. {
  16. "src": [
  17. {
  18. "src": "../UICatalog",
  19. "files": [
  20. "**/*.csproj"
  21. ]
  22. }
  23. ],
  24. "dest": "api/UICatalog",
  25. "memberLayout": "separatePages"
  26. }
  27. ],
  28. "build": {
  29. "xref": [
  30. "https://learn.microsoft.com/en-us/dotnet/.xrefmap.json"
  31. ],
  32. "template": [
  33. "default",
  34. "_exported_templates/modern"
  35. ],
  36. "output": "_site",
  37. "content": [
  38. {
  39. "files": [
  40. "**/*.{md,yml}",
  41. "schemas/**.json"
  42. ],
  43. "exclude": [
  44. "_site/**",
  45. "includes/**",
  46. "apispec/**"
  47. ]
  48. }
  49. ],
  50. "resource": [
  51. {
  52. "files": [
  53. "images/**",
  54. "schemas/**.json"
  55. ]
  56. }
  57. ],
  58. "overwrite": "apispec/*.md",
  59. "globalMetadata": {
  60. "_appName": "Terminal.Gui v2",
  61. "_appTitle": "Terminal.Gui v2",
  62. "pdf": false,
  63. "_appFaviconPath": "images/icon48.png",
  64. "_appLogoPath": "images/logo48.png",
  65. "_appFooter": "Terminal.Gui - Part of the <a href=https://github.com/gui-cs>gui-cs Organization</a>",
  66. "_enableSearch": true,
  67. "_disableSideFilter": false,
  68. "_enableNewTab": true,
  69. "_disableContribution": false,
  70. "_disableBreadcrumb": false,
  71. "_gitContribute": {
  72. "repo": "https://github.com/gui-cs/Terminal.Gui",
  73. "branch": "v2_develop",
  74. "apiSpecFolder": "docfx/overrides"
  75. },
  76. "_gitUrlPattern": "github"
  77. },
  78. "markdownEngineName": "markdig",
  79. "globalMetadataFiles": [],
  80. "fileMetadataFiles": [],
  81. "postProcessors": [
  82. "ExtractSearchIndex"
  83. ],
  84. "noLangKeyword": false,
  85. "keepFileLink": false
  86. }
  87. }