/ typedoc.json
typedoc.json
 1  {
 2    "name": "Ezly",
 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    "plugin": ["typedoc-plugin-remove-3dots-default-value"],
 9    "navigationLinks": {
10      "Website": "https://ezly.docs.literate.ink/",
11      "GitHub": "https://github.com/LiterateInk/Ezly.js",
12      "Discord": "https://literate.ink/discord"
13    }
14  }