docland
docland copied to clipboard
The documentation generation website for Deno
I'm actually not sure what should be fixed here (docland or deno_std), but the end jsdoc close (`**/`) here is escaped in the code by doing `**\/` and it shows...
If I click on `esbuild.BuildOptions` on this docs page (https://doc.deno.land/https://deno.land/x/[email protected]/plugins/esbuild.ts/~/Options), I get sent to a broken page. > Entry not found > > The document entry named "esbuild" was not...
It should check what the latest deno doc version is and error if not using it.
https://doc.deno.land/deno/stable/~/Response should just link to MDN rather than having our own rendering. MDN is much higher quality :)
https://doc.deno.land/deno/stable/~/Deno.MemoryUsage It would be great if it looked like this:  instead of 
https://github.com/denoland/deno_doc/issues/215
In the following example with overloads, deno docs show 3 call signatures but if you try calling the function in vs code, it only shows the first 2 call signatures...
https://doc.deno.land/https://deno.land/[email protected]/http/file_server.ts/~/serveDir In the definition of `serveDir` it has a `opts` parameter with `ServeDirOptions` type. The `ServeDirOptions` type is not exported and so it's not possible to see the type. In...
https://gitee.com/masx200/leetcode-test/raw/4.0.3/mod.ts https://doc.deno.land/https://gitee.com/masx200/leetcode-test/raw/4.0.3/mod.ts Missing export function? ``` merge_Sorted_Array ,pow_x_n ,html_Entity_Parser ```
I think it'd be nice for visibility if these were interlinked.