From 0044c1f57cf37a2c64c45d99d5dfb22284a5f62d Mon Sep 17 00:00:00 2001 From: Alex Culliere Date: Mon, 5 Jul 2021 11:59:14 +0300 Subject: [PATCH] Scaffold catalog documentation Signed-off-by: Alex Culliere --- docs/extensions/guides/catalog.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/extensions/guides/catalog.md b/docs/extensions/guides/catalog.md index 5425382638..f11c88efa8 100644 --- a/docs/extensions/guides/catalog.md +++ b/docs/extensions/guides/catalog.md @@ -1,4 +1,9 @@ -# Catalog (WIP) +# Catalog +Catalog is a special view in Lens IDE interface that aggregate information about important objects and entities, e.g. K8S clusters and Lens Spaces. +When developing an extension you can program your entities to be represented in the catalog view, with custom functionality attached to them via details settings and, context menus. + +In catalog view catalog entities are grouped by catalog categories + ## CatalogCategoryRegistry