lib/typedoc.json
garrettmills 68b81106e6
Some checks failed
continuous-integration/drone Build is failing
Docs: update to latest typedoc (breaks theme)
2022-11-29 11:00:08 -06:00

19 lines
503 B
JSON

{
"name": "The Extollo Framework",
"readme": "./docs/HOME.md",
"tsconfig": "tsconfig.json",
"hideGenerator": true,
"sourceLinkTemplate": "https://code.garrettmills.dev/extollo/lib/src/commit/{gitRevision}/{path}#L{line}",
"out": "./docs/www",
"entryPoints": [
"src/index.ts"
],
"pluginPages": {
"source": "docs/pages",
"pages": [
{"title": "Getting Started", "source": "Getting-Started.md"},
{"title": "About Extollo", "source": "About-Extollo.md"}
]
}
}