You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/configuration/members.md
+59-2Lines changed: 59 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -549,12 +549,69 @@ plugins:
549
549
```markdown
550
550
::: +mymembers
551
551
options:
552
-
group_by_category: False
552
+
group_by_category: false
553
553
```
554
554
555
555
::: +mymembers
556
556
options:
557
-
group_by_category: False
557
+
group_by_category: false
558
+
559
+
## `show_subnamespaces`
560
+
561
+
- **:octicons-package-24: Type [`bool`][] :material-equal: `False`{ title="default value" }**
562
+
563
+
When rendering a namespace, show its subnamespaces recursively.
564
+
565
+
This is false by default, because most of the time we render only one namespace per page, and when rendering a full package (a tree of namespaces and their members) on a single page, we quickly run out of [heading levels][heading_level].
0 commit comments