New “mentioned in” section in reference docs

I was bouncing around in some of the RealityKit docs and noticed that (at least some) reference symbols have a new section: Mentioned In, with a link to articles that mention the symbol. (Example: AnchorEntity | Apple Developer Documentation)

Is this, by chance, a new feature of Swift6 DocC & renderer or something that was extended - manually curated, or annotated into existence outside of core DocC functionality?

3 Likes

That looks like the --enable-experimental-mentioned-in flag.

1 Like