denoland / deno_doc

Documentation generator for Deno
MIT License
253 stars 54 forks source link

fix(html): better titles and correct breadcrumbs #620

Closed crowlKats closed 1 month ago

crowlKats commented 1 month ago

Improves the titles of generated pages. ie: Body.json - Fetch - Web documentation. In docs.deno.com we will parse it out and strip out the documentation part and replace it with - Deno Docs.

Also fixes breadcrumbs of drilldown properties/methods not containing the category. Changes also the test infrastructure to correspond to a more realistic scenario.