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.

79 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. }
  44. ],
  45. "resource": [{
  46. "files": [
  47. "images/**"
  48. ]
  49. }],
  50. "overwrite": [{
  51. "files": [
  52. "override/**.md"
  53. ],
  54. "exclude": [
  55. "obj/**",
  56. "_site/**"
  57. ]
  58. }],
  59. "dest": "_site",
  60. "xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ],
  61. "globalMetadataFiles": [],
  62. "fileMetadataFiles": [],
  63. "template": [
  64. "default", "templates/material/material", "templates/fix_urls", "templates/bsipa_custom"
  65. ],
  66. "globalMetadata": {
  67. "_enableSearch": true,
  68. "_enableNewTab": true,
  69. "_gitContribute": {
  70. "apiSpecFolder": "docs/override"
  71. }
  72. },
  73. "postProcessors": [],
  74. "markdownEngineName": "dfm",
  75. "noLangKeyword": false,
  76. "keepFileLink": false,
  77. "cleanupCacheHistory": false,
  78. "disableGitFeatures": false
  79. }
  80. }