You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lib/typedoc.json

19 lines
503 B

{
"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"}
]
}
}