Hi Hannes,
I wonder if it's a good idea (or not) to show "related" packages
that come from other modules.
For instance - if you click on java.base, then on java.net, you see
2 related packages:
- java.net.spi (which is in java.base)
- java.net.http - which is in another module (java.net.h
This adds a "Related Packages" table to package summary pages with a list of
neighboring tables. The rules for including packages is as follows:
1. The super package of the current package is included if it exists.
2. Direct subpackages of the current package are included, but only if their
nu