19 lines
503 B
JSON
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"}
|
|
]
|
|
}
|
|
}
|