/ typedoc.json
typedoc.json
1 { 2 "name": "Pawnote", 3 "hideGenerator": true, 4 "cleanOutputDir": true, 5 "customFooterHtml": "<a href=\"https://www.netlify.com\"><img src=\"https://www.netlify.com/assets/badges/netlify-badge-dark.svg\" alt=\"Deploys by Netlify\" /></a>", 6 "entryPoints": ["src/index.ts"], 7 "basePath": "src", 8 "navigationLinks": { 9 "Website": "https://pawnote.docs.literate.ink/", 10 "GitHub": "https://github.com/LiterateInk/Pawnote.js", 11 "Discord": "https://discord.gg/f5KNCnMWzB" 12 } 13 }