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