You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Templates: Added a canonical option to emit <link rel="canonical"> tags for all generated HTML pages.
Individual meta description is now generated for pages containing source code.
Main page and tutorials receive auto-generated meta descriptions based on their content (the configured template description overrides the index page when present).
Added showTitleOnHomepage option to hide the generated <h1> on the main page when your README already supplies a top-level heading.
Search index now ships with an inline fallback so the search popup also works when the docs are opened directly via file://.
Changed
Updated (dev) dependencies
Updated base CSS
Fixed
Fixed duplicate or missing pages titles.
Meta descriptions escapes critical characters, preventing attribute breakage when quotes or special symbols appear.