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