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
That won't work. Instead, I could add a classname to the print site page, and only execute the JS if it's in the body, as suggested here: https://stackoverflow.com/a/9578898/5525118.
I would then need to add the javascript files (with the functions only) to all mkdocs pages, and add to all pages a bit of js that only on the print page calls the appropriate functions (depending on plugin config settings).
Because I'll be calling js functions now, I should simplify and just make a single print-site.js file with all functions.
mkdocs-material theme offers an experimental feature called instant loading.
When enabled, navigating to the print site page does not work properly.
Todo, investigate and either:
The text was updated successfully, but these errors were encountered: