Files
FixIt/typedoc.json

29 lines
756 B
JSON

{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": [
"assets/js"
],
"entryPointStrategy": "expand",
"tsconfig": "assets/tsconfig.json",
"out": "public/references/javascript",
"skipErrorChecking": true,
"excludePrivate": true,
"excludeInternal": true,
"exclude": [
"assets/js/types/index.ts",
"assets/js/utils/index.ts",
"**/main.ts",
"**/head/**",
"**/lib/**",
"**/pages/**"
],
"name": "FixIt JavaScript API",
"navigationLinks": {
"FixIt Documentation": "https://fixit.lruihao.cn",
"GitHub": "https://github.com/hugo-fixit/FixIt"
},
"categorizeByGroup": true,
"readme": "none",
"sourceLinkTemplate": "https://github.com/hugo-fixit/FixIt/blob/{gitRevision}/{path}#L{line}"
}