Skip to content

Commit c12b8e3

Browse files
authored
docs: show child links on Expression Compatibility page (#4319)
The toctree on the Expression Compatibility index used `:hidden:`, leaving the page with no visible way to navigate to its category sub-pages (aggregate, array, cast, datetime, map, math, misc, string, struct). Drop `:hidden:` and raise `:maxdepth:` to 2 so Sphinx renders the child links inline.
1 parent b4ac134 commit c12b8e3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • docs/source/user-guide/latest/compatibility/expressions

docs/source/user-guide/latest/compatibility/expressions/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ the [Comet Supported Expressions Guide](../../expressions.md) for more informati
2626
Compatibility notes are grouped by expression category:
2727

2828
```{toctree}
29-
:maxdepth: 1
30-
:hidden:
29+
:maxdepth: 2
3130
3231
aggregate
3332
array

0 commit comments

Comments
 (0)