1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/extension-api/typedoc.json
Sebastian Malton 20c0fd912f
Fix building docs and verify:docs workflow (#7013)
* Fix building docs and verify:docs workflow

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Fix commands

Signed-off-by: Sebastian Malton <sebastian@malton.name>

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-25 13:59:21 -05:00

14 lines
327 B
JSON

{
"readme": "../../docs/extensions/typedoc-readme.md.tpl",
"name": "@k8slens/extensions",
"out": "../../docs/extensions/api",
"excludePrivate": true,
"entryPointStrategy": "expand",
"excludeExternals": true,
"entryPoints": [
"src/extension-api.ts",
],
"hideBreadcrumbs": true,
"disableSources": true,
}