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.

70 lines
1.2 KiB

  1. {
  2. "metadata": [
  3. {
  4. "src": [
  5. {
  6. "src": "..",
  7. "files": [
  8. "**.csproj"
  9. ],
  10. "exclude": [
  11. "**/IPA.csproj",
  12. "**/IPA.Tests.csproj",
  13. "BuildTools/**.csproj",
  14. "Doorstop/**.csproj"
  15. ]
  16. }
  17. ],
  18. "dest": "api",
  19. "disableGitFeatures": false,
  20. "disableDefaultFilter": false
  21. }
  22. ],
  23. "build": {
  24. "content": [
  25. {
  26. "files": [
  27. "api/**.yml",
  28. "api/index.md"
  29. ]
  30. },
  31. {
  32. "files": [
  33. "articles/**.md",
  34. "articles/**/toc.yml",
  35. "toc.yml",
  36. "*.md"
  37. ]
  38. }
  39. ],
  40. "resource": [
  41. {
  42. "files": [
  43. "images/**"
  44. ]
  45. }
  46. ],
  47. "overwrite": [
  48. {
  49. "files": [
  50. "override/**.md"
  51. ],
  52. "exclude": [
  53. "obj/**",
  54. "_site/**"
  55. ]
  56. }
  57. ],
  58. "dest": "_site",
  59. "globalMetadataFiles": [],
  60. "fileMetadataFiles": [],
  61. "template": [
  62. "default"
  63. ],
  64. "postProcessors": [],
  65. "markdownEngineName": "markdig",
  66. "noLangKeyword": false,
  67. "keepFileLink": false,
  68. "cleanupCacheHistory": false,
  69. "disableGitFeatures": false
  70. }
  71. }