This adds the capability to render symbols that arent exported but are referenced by symbols that are public, however the private symbols are not visible on overview pages, and are only reachable via links from other symbols. Additionally, same behaviour is achieved via a jsdoc @internal tag for symbols that are exported.
Also removes the insta test for styles.css, since its not necessary since its a generated file that is clearly visible in PR diffs and not humanly-auditable eitherway
This adds the capability to render symbols that arent exported but are referenced by symbols that are public, however the private symbols are not visible on overview pages, and are only reachable via links from other symbols. Additionally, same behaviour is achieved via a jsdoc
@internal
tag for symbols that are exported.Also removes the insta test for styles.css, since its not necessary since its a generated file that is clearly visible in PR diffs and not humanly-auditable eitherway