diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index b9627f5ff..29bce8604 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -134,6 +134,7 @@ nav: plugins: - search - macros + - privacy # https://squidfunk.github.io/mkdocs-material/plugins/privacy/ - tags: tags_file: tags.md - include-markdown diff --git a/docs/source/v1.10.md.inc b/docs/source/v1.10.md.inc index ac6fd1c8f..bce8d65f2 100644 --- a/docs/source/v1.10.md.inc +++ b/docs/source/v1.10.md.inc @@ -24,7 +24,7 @@ ### :books: Documentation - Choose the theme (dark of light) automatically based on the user's operating system setting (#979 by @hoechenberger) - +- Bundle all previously-external JavaScript with out documentation to better preserve users' privacy (#xxx by @hoechenberger) ### :medical_symbol: Code health - Switch from using relative to using absolute imports (#969 by @hoechenberger)