@@ -210,14 +210,14 @@ The following configuration options are available for external assets:
210
210
211
211
[`external_assets_dir`](#+privacy.external_assets_dir){ # +privacy.external_assets_dir }
212
212
213
- : :octicons-milestone-24 : Default: `assets/externals ` – This option
213
+ : :octicons-milestone-24 : Default: `assets/external ` – This option
214
214
specifies where the downloaded [external assets] will be stored. It's
215
215
normally not necessary to change this option :
216
216
217
217
` ` ` yaml
218
218
plugins:
219
219
- privacy:
220
- external_assets_dir: assets/externals
220
+ external_assets_dir: assets/external
221
221
` ` `
222
222
223
223
The path must be defined relative to [`docs_dir`][docs_dir].
@@ -281,7 +281,7 @@ The following configuration options are available for external assets:
281
281
[example] : # example
282
282
[technical limitations] : # limitations
283
283
284
- # ### External links
284
+ # ### External links :material-alert-decagram:{ .mdx-pulse title="Added on October 18, 2022" }
285
285
286
286
[:octicons-heart-fill-24:{ .mdx-heart } Sponsors only][Insiders]{ .mdx-insiders } ·
287
287
[:octicons-tag-24 : insiders-4.26.0][Insiders] ·
@@ -343,7 +343,7 @@ then replaced with the URL to the local copy. An example:
343
343
The external script is downloaded, and the link is replaced with :
344
344
345
345
` ` ` html
346
- <script src="assets/externals /example.com/script.js"></script>
346
+ <script src="assets/external /example.com/script.js"></script>
347
347
` ` `
348
348
349
349
Style sheets are scanned for external `url(...)` references, e.g. images and
@@ -363,7 +363,7 @@ removed during the build process.
363
363
364
364
` ` ` { .sh id="example" }
365
365
.
366
- └─ assets/externals /
366
+ └─ assets/external /
367
367
├─ unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
368
368
├─ fonts.googleapis.com/css
369
369
├─ fonts.gstatic.com/s/
0 commit comments