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.

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