jsdoc.conf.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "tags": {
  3. "allowUnknownTags": false
  4. },
  5. "opts": {
  6. "template": "./node_modules/ink-docstrap/template",
  7. "encoding": "utf8",
  8. "destination": "./docs/",
  9. "recurse": true,
  10. "private": true,
  11. "lenient": true,
  12. "verbose": true,
  13. "nocolor": true
  14. },
  15. "source": {
  16. "include": [
  17. "./lib",
  18. "./README.md"
  19. ],
  20. "includePattern": ".+\\.js(doc)?$"
  21. },
  22. "plugins": [
  23. "plugins/markdown"
  24. ],
  25. "templates": {
  26. "syntaxTheme": "dark",
  27. "cleverLinks": true,
  28. "monospaceLinks": true,
  29. "default": {
  30. "outputSourceFiles": true
  31. },
  32. "systemName": "node-winreg",
  33. "footer": "<style>#forkongithub {display:none;}#forkongithub a{background:#000;color:#fff;text-decoration:none;font-family:arial, sans-serif;text-align:center;font-weight:bold;padding:5px 40px;font-size:1rem;line-height:2rem;position:relative;transition:0.5s;}#forkongithub a:hover{background:#33B5E5;color:#fff;}#forkongithub a::before,#forkongithub a::after{content:\"\";width:100%;display:block;position:absolute;top:1px;left:0;height:1px;background:#fff;}#forkongithub a::after{bottom:1px;top:auto;}@media screen and (min-width:800px){#forkongithub{z-index:10000;position:fixed;display:block;top:0;right:0;width:200px;overflow:hidden;height:200px;}#forkongithub a{width:200px;z-index:10000;position:fixed;top:25px;right:-60px;transform:rotate(45deg);-webkit-transform:rotate(45deg);box-shadow:4px 4px 10px rgba(0,0,0,0.8);}}</style><span id=\"forkongithub\"><a href=\"https://github.com/fresc81/node-winreg\">Fork me on GitHub</a></span>",
  34. "copyright": "Copyright &copy; 2016 Paul Bottin.",
  35. "navType": "vertical",
  36. "linenums": true,
  37. "theme": "cyborg"
  38. } ,
  39. "markdown": {
  40. "parser": "gfm",
  41. "hardwrap": true,
  42. "githubRepoName": "node-winreg",
  43. "githubRepoOwner": "fresc81"
  44. }
  45. }