denoland / dotland

[Archived] deno.land website
https://deno.land
MIT License
957 stars 626 forks source link

feat: module symbol linking in docs #2515

Closed kitsonk closed 2 years ago

kitsonk commented 2 years ago

This PR introduces module level symbol linking. Check an example here: https://dotland-rgfb0y453my0.deno.dev/x/oak@v11.1.0/application.ts?s=Application where you can see many of the symbols referenced in the API are clickable.

The only thing I am not sure about is that the linked version of the symbol is black versus blue, but that is currently what doc components renders. @crowlKats thoughts?