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.

76 lines
1.7 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. }],
  23. "build": {
  24. "content": [{
  25. "files": [
  26. "api/**.yml",
  27. "api/index.md"
  28. ]
  29. },
  30. {
  31. "files": [
  32. "articles/**.md",
  33. "articles/**/toc.yml",
  34. "other_api/**.md",
  35. "other_api/**/toc.yml",
  36. "other_api/**.yml",
  37. "toc.yml",
  38. "*.md"
  39. ]
  40. }
  41. ],
  42. "resource": [{
  43. "files": [
  44. "images/**"
  45. ]
  46. }],
  47. "overwrite": [{
  48. "files": [
  49. "override/**.md"
  50. ],
  51. "exclude": [
  52. "obj/**",
  53. "_site/**"
  54. ]
  55. }],
  56. "dest": "_site",
  57. "xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ],
  58. "globalMetadataFiles": [],
  59. "fileMetadataFiles": [],
  60. "template": [
  61. "default", "templates/material/material", "templates/fix_urls", "templates/bsipa_custom"
  62. ],
  63. "globalMetadata": {
  64. "_enableSearch": true,
  65. "_enableNewTab": true,
  66. "_gitContribute": {
  67. "apiSpecFolder": "docs/override"
  68. }
  69. },
  70. "postProcessors": [],
  71. "markdownEngineName": "dfm",
  72. "noLangKeyword": false,
  73. "keepFileLink": false,
  74. "cleanupCacheHistory": false,
  75. "disableGitFeatures": false
  76. }
  77. }