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.2 kB

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