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

82 lines
1.8 KiB

  1. {
  2. "metadata": [{
  3. "src": [{
  4. "src": "..",
  5. "files": [
  6. "**.csproj"
  7. ],
  8. "exclude": [
  9. "**/BSIPA-Meta.csproj",
  10. "**/IPA.csproj",
  11. "**/IPA.Tests.csproj",
  12. "TMP Exporter/**.csproj",
  13. "BuildTools/**.csproj",
  14. "Doorstop/**.csproj",
  15. "Net3-Proxy/**.csproj",
  16. "docs/**.csproj"
  17. ]
  18. }],
  19. "dest": "api",
  20. "disableGitFeatures": false,
  21. "disableDefaultFilter": false,
  22. "properties": {
  23. "TargetFramework": "net461"
  24. }
  25. }],
  26. "build": {
  27. "content": [{
  28. "files": [
  29. "api/**.yml",
  30. "api/index.md"
  31. ]
  32. },
  33. {
  34. "files": [
  35. "articles/**.md",
  36. "articles/**/toc.yml",
  37. "other_api/**.md",
  38. "other_api/**/toc.yml",
  39. "other_api/**.yml",
  40. "toc.yml",
  41. "*.md"
  42. ],
  43. "exclude": [
  44. "articles/dev-resources/**.md"
  45. ]
  46. }
  47. ],
  48. "resource": [{
  49. "files": [
  50. "images/**"
  51. ]
  52. }],
  53. "overwrite": [{
  54. "files": [
  55. "override/**.md"
  56. ],
  57. "exclude": [
  58. "obj/**",
  59. "_site/**"
  60. ]
  61. }],
  62. "dest": "_site",
  63. "xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ],
  64. "globalMetadataFiles": [],
  65. "fileMetadataFiles": [],
  66. "template": [
  67. "default", "templates/material/material", "templates/fix_urls", "templates/bsipa_custom"
  68. ],
  69. "globalMetadata": {
  70. "_enableSearch": true,
  71. "_enableNewTab": true,
  72. "_gitContribute": {
  73. "apiSpecFolder": "docs/override"
  74. }
  75. },
  76. "postProcessors": [],
  77. "markdownEngineName": "dfm",
  78. "noLangKeyword": false,
  79. "keepFileLink": false,
  80. "cleanupCacheHistory": false,
  81. "disableGitFeatures": false
  82. }
  83. }