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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. ]
  34. }],
  35. "dest": "_site",
  36. "template": [
  37. "default",
  38. "_template/light-dark-theme"
  39. ],
  40. "overwrite": "_overwrites/**/**.md",
  41. "globalMetadata": {
  42. "_appTitle": "Discord.Net Documentation",
  43. "_appFooter": "Discord.Net (c) 2015-2018 2.0.0-beta",
  44. "_enableSearch": true,
  45. },
  46. "noLangKeyword": false,
  47. "xrefService": [
  48. "https://xref.docs.microsoft.com/query?uid={uid}"
  49. ]
  50. }
  51. }