deno_doc icon indicating copy to clipboard operation
deno_doc copied to clipboard

source links are not very useful

Open ondras opened this issue 10 months ago • 0 comments

Source links (those created from source_href values) created when using deno doc --html path/to/file.ts are

  1. file://
  2. absolute

This makes them practically useless. Is there a way to adjust them to be relative to the directory with the generated HTML?

ondras avatar Feb 06 '25 12:02 ondras