Just a quick idea for later evaluation: when instant loading is executed and the response is received, we could check for the generator meta tag (or maybe others) and perform a full page load, if not found.
Potential fix in #1668. Note that there are currently some limitations when serving the docs locally, but it should fully work when deployed. Before merging and releasing, we need to collect some feedback.
I checked that...
Description
When clicking a link to another local .html file (which is not generated by MkDocs) with instant feature on, the page won't load correctly.
Expected behavior
Instant loading should ignore that link.
Actual behavior
The page doesn't load correctly.
Steps to reproduce the bug
mkdocs new test
test.html
.index.md
.[test](/test.html)
mkdocs serve
and check that link.Package versions
3.7.2
1.1
5.1.0
Project configuration
System information
The text was updated successfully, but these errors were encountered: