@@ -14,7 +14,7 @@ automatically bundled as part of the build process.
14
14
15
15
## Configuration
16
16
17
- ### Built-in privacy
17
+ ### Built-in privacy plugin
18
18
19
19
[ :octicons-heart-fill-24:{ .mdx-heart } Insiders] [ Insiders ] { .mdx-insiders } ·
20
20
[ :octicons-tag-24: insiders-4.9.0] [ Insiders ] ·
@@ -99,7 +99,7 @@ The following configuration options are available:
99
99
authors might add external assets like third-party scripts or stylesheets
100
100
that would need to be remembered to be defined as further local assets.
101
101
102
- This is the very reason the [built-in privacy] plugin exists — it automates
102
+ This is the very reason the [built-in privacy plugin] exists — it automates
103
103
the process of downloading all external assets manually to ensure compliance
104
104
with GDPR. Note that there are some [technical limitations].
105
105
@@ -110,7 +110,7 @@ The following configuration options are available:
110
110
111
111
# ### How it works
112
112
113
- The [built-in privacy] plugin scans the resulting HTML for links to external
113
+ The [built-in privacy plugin] scans the resulting HTML for links to external
114
114
resources, including external scripts, style sheets, images and web fonts, and
115
115
downloads them to bundle them with your documentation site. Every URL refering
116
116
to an external resource, no matter if part of a template or Markdown file is
@@ -129,7 +129,7 @@ The external script is downloaded, and the link is replaced with:
129
129
Style sheets are scanned for external `url(...)` references, e.g. images and
130
130
web fonts, which are then also downloaded and bundled with your documentation
131
131
site. This means that [Google Fonts] can be configured in `mkdocs.yml` as usual,
132
- as the [built-in privacy] plugin automatically downloads and bundles all
132
+ as the [built-in privacy plugin] automatically downloads and bundles all
133
133
dependent resources.
134
134
135
135
As a third measure, [`preconnect`][preconnect] hints used for DNS pre-fetching
@@ -138,7 +138,7 @@ removed during the build process.
138
138
139
139
??? example "Expand to inspect example"
140
140
141
- For the official documentation, the [built-in privacy] plugin downloads the
141
+ For the official documentation, the [built-in privacy plugin] downloads the
142
142
following resources :
143
143
144
144
` ` ` { .sh id="example" }
@@ -206,7 +206,7 @@ removed during the build process.
206
206
└─ polyfill.io/v3/polyfill.min.js
207
207
` ` `
208
208
209
- [built-in privacy] : # built-in-privacy
209
+ [built-in privacy plugin ] : # built-in-privacy-plugin
210
210
[preconnect] : https://developer.mozilla.org/en-US/docs/Web/Performance/dns-prefetch
211
211
212
212
# ### Caching <small>recommended</small> { #caching data-toc-label="Caching" }
@@ -248,7 +248,7 @@ carried out. You might want to:
248
248
# ### Limitations
249
249
250
250
Note that dynamically created URLs as part of scripts are not detected, and thus
251
- cannot be automatically downloaded. The [built-in privacy] plugin does not
251
+ cannot be automatically downloaded. The [built-in privacy plugin] does not
252
252
execute scripts – it can only detect fully qualified URLs to download and
253
253
replace.
254
254
0 commit comments