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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. "_template/lastmodified"
  40. ],
  41. "postProcessors": [ "ExtractSearchIndex", "LastModifiedPostProcessor" ],
  42. "overwrite": "_overwrites/**/**.md",
  43. "globalMetadata": {
  44. "_appTitle": "Discord.Net Documentation",
  45. "_appFooter": "Discord.Net (c) 2015-2018 2.0.0-beta",
  46. "_enableSearch": true
  47. },
  48. "noLangKeyword": false,
  49. "xrefService": [
  50. "https://xref.docs.microsoft.com/query?uid={uid}"
  51. ]
  52. }
  53. }