Problem
With Classic Jupyter and Jupyter Lab, when a kernel is selected to be used by a notebook, the kernel's help_links property is read and the contents are used to add kernel-specific items to the Help Menu. This useful feature appears to have been removed from Notebook 7.0.0. Testing with the SageMath kernel, which provides help_links as a property, indicates that the help_links getter is never called when a SageMath notebook is launched.
Proposed Solution
Please consider restoring this feature (or documenting it, if it actually exists in some other form.)
Additional context