website/docs: replaces all note boxes with info boxes (#17138)

Replaces all note boxes with info boxes
This commit is contained in:
Dewi Roberts
2025-09-30 16:34:08 +01:00
committed by GitHub
parent 334c6d1c09
commit da69b6d716
26 changed files with 35 additions and 34 deletions

View File

@@ -21,7 +21,7 @@ The User object has the following properties:
- `all_groups()`: This is a queryset of all the user's direct and indirect groups.
:::note Clarifying direct vs indirect group membership
A user is a member of a group (direct member). If that group in turn has a parent group, then the user is an indirect member of that parent group.
:::infois a member of a group (direct member). If that group in turn has a parent group, then the user is an indirect member of that parent group.
:::
## Examples