denoland / dotland

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

feat: global symbol linking in docs #2521

Closed kitsonk closed 2 years ago

kitsonk commented 2 years ago

This PR enable global symbol linking. This means that both /api doc pages, but also any third party modules/std library modules that use types out of the global scopes can now link to them.

The only thing missing is that we have global symbols that are part of "ESNext" as well as convenience types like Omit that we have no pages to link to yet. For the esnext symbols, we will try to link to MDN in the future.