[deno doc --html] q? querys returning refs to a bad url
Hey, i've been messing around with
deno doc --html
command
Works great but couldn't help but notice that once i do a search like https://rpdjf.github.io/Jikan.js/~/ClientOptions.html?q=bas, all of the returned items are referecing to a bad base url, redirecting me to https://rpdjf.github.io/~/base.html instead of https://rpdjf.github.io/Jikan.js/~/base.html
It also does that when opening my generated index.html
file through my browser
Am I missing something ?2 Replies
tho it seems to only be the case when making the query while inspecting an object
should i open a github issue ?
GitHub
deno doc --html
generating incorrect url reference in subpages ...This issue seems to correlate with this issue on deno: denoland/deno#25069 Link references hon deno doc --html aren't correctly generated in subpages search queries, missing the last root on th...