github-actions[bot] on gh-pages
Deployed 603fea6 with MkDocs ve… (compare)
squidfunk on master
Updated Insiders documentation Merge branch 'master' of github… (compare)
github-actions[bot] on gh-pages
Deployed b8fb5ee with MkDocs ve… (compare)
dependabot-preview[bot] on npm_and_yarn
dependabot-preview[bot] on master
Bump preact from 10.5.10 to 10.… (compare)
github-actions[bot] on gh-pages
Deployed b0541b1 with MkDocs ve… (compare)
dependabot-preview[bot] on npm_and_yarn
dependabot-preview[bot] on master
Bump @types/node from 14.14.21 … (compare)
dependabot-preview[bot] on npm_and_yarn
Bump preact from 10.5.10 to 10.… (compare)
github-actions[bot] on gh-pages
Deployed 7454211 with MkDocs ve… (compare)
dependabot-preview[bot] on npm_and_yarn
If there actually is a way to do it (mostly) natively with MkDocs without the support of a plugin
search.xml
change: I was trying to integrate OpenSearch, which is a standard that allows to search directly from the browser bar (i.e. try to type "github.com" and then TAB), you can search GitHub directly. I haven't managed yet to get it working on Chrome, but it works 'okayish' on Firefox:
mkdocs-minify-plugin
for minification. However, 404.html
never gets minified. This is because the on_post_page
event isn't fired for 404.html, and the plugin uses that event for HTML minification
on_template
by hooking during on_env