denoland / dotland

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

Add link to module-level documentation #2027

Closed surma closed 2 years ago

surma commented 2 years ago

With this PR, the side panel will show a link straight do doc.deno.land if the module has a top-level mod.ts. If not, the link is hidden.

This implicitly assumes that mod.ts is a module’s canonical entry point and I don’t think that’s ever been decided, but it’s better than nothing for now.

Screenshot 2022-02-24 at 14 59 25 Screenshot 2022-02-24 at 14 59 30
rojvv commented 2 years ago

@surma Run deno fmt to fix formatting.