denoland / dotland

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

Handle built-in APIs #2364

Closed kitsonk closed 2 years ago

kitsonk commented 2 years ago

We should consider handling built in APIs on deno.land like we do on docland: https://doc.deno.land/deno/stable as well as we should publish the doc node to algolia to integrate into the search.

kitsonk commented 2 years ago

Here is an example of what happens when searching for WebSocket which is common and clearly not the results we want to show:

Read_and_write_files___Manual___Deno
dsherret commented 2 years ago

Another example with Deno.run and run. image image

kitsonk commented 2 years ago

This has landed.