denoland / docland

The documentation generation website for Deno
https://doc.deno.land
MIT License
119 stars 29 forks source link

support non-default module named "mod" #207

Open mfulton26 opened 11 months ago

mfulton26 commented 11 months ago

I have a module named "mod.ts", here "mod" is short for "modulo". deno.land/x renders this module as the "default module" for the directory but for me this is not the case. Is there a way to opt out of this behavior? Thank you.

e.g. https://deno.land/x/dollarbag@0.0.5/$/mod.ts