From c583b155340d8cbb32fa6a3d660d01c722d58977 Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Tue, 15 Oct 2024 11:17:08 +0800 Subject: [PATCH] chore: add note about how subgroups can be created --- docs/concepts-basics/building-blocks/groups.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/concepts-basics/building-blocks/groups.md b/docs/concepts-basics/building-blocks/groups.md index 172a4d437e..0770dc6a52 100644 --- a/docs/concepts-basics/building-blocks/groups.md +++ b/docs/concepts-basics/building-blocks/groups.md @@ -13,7 +13,10 @@ If you need to change the quota, please contact {{ defaults.helpstring }}. !!! warning Subgroups and not commonly used in Lagoon, and you probably don't need them. - However, they can be useful in some situations. + However, they can be useful in some rare situations. + +!!! note + Subgroups are not exposed by the Lagoon UI or Lagoon CLI, but can be created through the Lagoon GraphQL API. Groups can be nested to an arbitrary depth. Subgroups are groups which are a child of another group.