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
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This would allow the table of contents to be less massive on the config documentation page after #12751 is completed.
Perhaps this could be done by adding some markup to the document to hint that the nearby title should be excluded from the table of contents. For example:
### My title <!-- exclude-from-toc -->
This has the advantage of not being visible when rendered, and is the sanctioned way to do comments in Markdown. It is possible, though a bit fiddly to search for HTML comments in JS though...