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.

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