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.

61 lines
1.1 KiB

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