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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "metadata": [{
  3. "src": [{
  4. "src": "../src",
  5. "files": [
  6. "**.csproj"
  7. ]
  8. }],
  9. "dest": "api",
  10. "filter": "filterConfig.yml",
  11. "properties": {
  12. "TargetFramework": "netstandard1.3"
  13. }
  14. }],
  15. "build": {
  16. "content": [{
  17. "files": ["api/**.yml", "api/index.md"]
  18. },
  19. {
  20. "files": ["toc.yml", "index.md"]
  21. },
  22. {
  23. "files": ["faq/**.md", "faq/**/toc.yml"]
  24. },
  25. {
  26. "files": ["guides/**.md", "guides/**/toc.yml"]
  27. }
  28. ],
  29. "resource": [{
  30. "files": [
  31. "**/images/**",
  32. "**/samples/**",
  33. "langwordMapping.yml"
  34. ]
  35. }],
  36. "dest": "_site",
  37. "template": [
  38. "default",
  39. "_template/light-dark-theme",
  40. "_template/last-modified",
  41. "_template/description-generator"
  42. ],
  43. "postProcessors": ["ExtractSearchIndex", "LastModifiedPostProcessor", "DescriptionPostProcessor"],
  44. "overwrite": "_overwrites/**/**.md",
  45. "globalMetadata": {
  46. "_appTitle": "Discord.Net Documentation",
  47. "_appFooter": "Discord.Net (c) 2015-2018 2.0.0-beta",
  48. "_enableSearch": true
  49. },
  50. "xrefService": [
  51. "https://xref.docs.microsoft.com/query?uid={uid}"
  52. ]
  53. }
  54. }