reactor/reactor-core

Hidden TOC appears with long header titles

Open

#4,007 opened on Mar 7, 2025

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Java (4,748 stars) (1,164 forks)batch import
help wantedtype/documentation

Description

The Table of Contents (TOC), which is hidden under the LEFT PANEL, appears when the header has a long title.

You can check in https://projectreactor.io/docs/core/release/reference/metrics.html

Image

When the screen width is less than 1024px, the LEFT PANEL disappears, making the TOC more visible.

Image

If the screen width is less than or equal to 800px, the TOC disappears completely, and there is no issue in this case.


Why is the hidden TOC necessary?

Contributor guide