orchidhq / Orchid

Build and deploy beautiful documentation sites that grow with you
https://orchid.run
GNU General Public License v3.0
514 stars 53 forks source link

Link code doc classes/packages to their parent packages #266

Open cjbrooks12 opened 5 years ago

cjbrooks12 commented 5 years ago

Classes should have their "parent" page set as the package they reside in. Packages should have their "parent" page set to their parent directory's package. In this way, breadcrumbs will create themselves on code doc pages.

Likely needs to be set up individually for Kotlindoc, Javadoc, and Groovydoc plugins.