docfx.json 1.6 KB

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