You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

docfx.json 1.4 kB

7 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "metadata":[
  3. {
  4. "src":[
  5. {
  6. "src":"../src",
  7. "files":[
  8. "**.csproj"
  9. ]
  10. }
  11. ],
  12. "dest":"api",
  13. "filter":"filterConfig.yml",
  14. "properties":{
  15. "TargetFramework":"netstandard1.3"
  16. }
  17. }
  18. ],
  19. "build":{
  20. "content":[
  21. {
  22. "files":[
  23. "api/**.yml",
  24. "api/index.md"
  25. ]
  26. },
  27. {
  28. "files":[
  29. "guides/**.md",
  30. "guides/**/toc.yml",
  31. "faq/**.md",
  32. "faq/**/toc.yml",
  33. "toc.yml",
  34. "*.md"
  35. ],
  36. "exclude":[
  37. "obj/**",
  38. "_site/**"
  39. ]
  40. }
  41. ],
  42. "resource":[
  43. {
  44. "files":[
  45. "**/images/**",
  46. "**/samples/**"
  47. ],
  48. "exclude":[
  49. "obj/**",
  50. "_site/**"
  51. ]
  52. }
  53. ],
  54. "dest":"_site",
  55. "template":[
  56. "default"
  57. ],
  58. "overwrite": "_overwrites/**/**.md",
  59. "globalMetadata":{
  60. "_appFooter":"Discord.Net (c) 2015-2018 2.0.0-beta",
  61. "_enableSearch":true
  62. },
  63. "noLangKeyword":false,
  64. "xrefService":[
  65. "https://xref.docs.microsoft.com/query?uid={uid}"
  66. ]
  67. }
  68. }