Skip to content

Commit e9aed54

Browse files
fix: disable navigation.instant (unstyled pages on in-site navigation) (#2704)
fix: disable navigation.instant to stop unstyled pages on in-site navigation navigation.instant swaps <body> via XHR instead of doing a full page load, so the theme's custom scripts and third-party embeds (docs-theme.js, CookieYes, Zendesk) that initialize on DOMContentLoaded never re-run on navigation, leaving navigated pages unstyled until a manual refresh. Reverting to full page loads until the customizations are made instant-safe (re-init on Material's document$ observable). Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent c5dce13 commit e9aed54

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ theme:
3838
- "search.suggest"
3939
- "content.code.copy"
4040
- "content.tabs.link"
41-
- "navigation.instant"
4241
- "navigation.path"
4342
extra_css:
4443
- "stylesheets/fonts.css"

0 commit comments

Comments
 (0)