lib/typedoc.json

19 lines
503 B
JSON
Raw Normal View History

2021-06-02 02:32:24 +00:00
{
"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}",
2021-06-02 02:32:24 +00:00
"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"}
]
}
2021-06-02 02:32:24 +00:00
}