denoland / dotland

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

feat: display docs in module navigation #2169

Closed crowlKats closed 2 years ago

ry commented 2 years ago

when i go to /x/oak the docs are wrong

Screen Shot 2022-06-08 at 4 29 59 PM
crowlKats commented 2 years ago

Yes, this is known

ije commented 2 years ago
Screen Shot 2022-06-12 at 23 50 46

add larger padding for the modules list would be better

ry commented 2 years ago

Links to the symbol docs are broken

bartlomieju commented 2 years ago

Code in backticks has larger font that the regular text

Screenshot 2022-06-13 at 14 12 06
bartlomieju commented 2 years ago

"tags" should be smaller; removing some padding would be enough. I also suggest to add 👎 to "deprecated" tag similar to docs.rs (https://doc.rust-lang.org/std/string/struct.String.html#method.slice_unchecked)

Screenshot 2022-06-13 at 14 12 39
bartlomieju commented 2 years ago

"Copy" button is broken - when you click it nothing happens even though the contents are actually copied. Also the content is broken: import * as mod from &quot;/std@0.143.0/streams/mod.ts&quot;; <- this is what I get after clicking "Copy" button on https://dotland-y2r80m2dy6bg.deno.dev/std@0.143.0/streams

bartlomieju commented 2 years ago

Links to the symbol docs are broken

Fixed now

bartlomieju commented 2 years ago

"Copy" button is broken - when you click it nothing happens even though the contents are actually copied. Also the content is broken: import * as mod from &quot;/std@0.143.0/streams/mod.ts&quot;; <- this is what I get after clicking "Copy" button on https://dotland-y2r80m2dy6bg.deno.dev/std@0.143.0/streams

Fixed now