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.
 
 
 

48 line
800 B

  1. {
  2. "build": {
  3. "content": [
  4. {
  5. "files": [
  6. "document/**.md",
  7. "document/**/toc.yml",
  8. "toc.yml",
  9. "*.md"
  10. ],
  11. "exclude": [
  12. "**/bin/**",
  13. "**/obj/**",
  14. "_site/**"
  15. ]
  16. }
  17. ],
  18. "resource": [
  19. {
  20. "files": [
  21. "document/images/**"
  22. ],
  23. "exclude": [
  24. "**/bin/**",
  25. "**/obj/**",
  26. "_site/**"
  27. ]
  28. }
  29. ],
  30. "overwrite": [
  31. {
  32. "files": [
  33. ],
  34. "exclude": [
  35. "**/bin/**",
  36. "**/obj/**",
  37. "_site/**"
  38. ]
  39. }
  40. ],
  41. "dest": "_site",
  42. "globalMetadata": {
  43. "_appTitle": "CAP 中文文档"
  44. },
  45. "postProcessors": [],
  46. "noLangKeyword": false
  47. }
  48. }