mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
16 lines
348 B
JSON
16 lines
348 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",
|
|
],
|
|
"disableSources": true,
|
|
"plugin": [
|
|
"typedoc-plugin-markdown"
|
|
]
|
|
}
|