Skip to content

Commit b2f310a

Browse files
committed
Documentation
1 parent 93daab2 commit b2f310a

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

docs/insiders/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,15 @@ a handful of them, [thanks to our awesome sponsors]!
8282
## What's in for me?
8383

8484
The moment you [become a sponsor][how to become a sponsor], you'll get __immediate
85-
access to 24 additional features__ that you can start using right away, and
85+
access to 25 additional features__ that you can start using right away, and
8686
which are currently exclusively available to sponsors:
8787

8888
<div class="mdx-columns" markdown>
8989

90+
- [x] [Privacy plugin: external links] :material-alert-decagram:{ .mdx-pulse title="Added on October 18, 2022" }
9091
- [x] [Navigation subtitles] :material-alert-decagram:{ .mdx-pulse title="Added on October 2, 2022" }
9192
- [x] [Tags plugin: allow list] :material-alert-decagram:{ .mdx-pulse title="Added on October 2, 2022" }
92-
- [x] [Blog plugin: custom index pages] :material-alert-decagram:{ .mdx-pulse title="Added on September 27, 2022" }
93+
- [x] [Blog plugin: custom index pages]
9394
- [x] [Blog plugin: related links]
9495
- [x] [Blog plugin]
9596
- [x] [Navigation status]

docs/setup/ensuring-data-privacy.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,14 +210,14 @@ The following configuration options are available for external assets:
210210

211211
[`external_assets_dir`](#+privacy.external_assets_dir){ #+privacy.external_assets_dir }
212212

213-
: :octicons-milestone-24: Default: `assets/externals` – This option
213+
: :octicons-milestone-24: Default: `assets/external` – This option
214214
specifies where the downloaded [external assets] will be stored. It's
215215
normally not necessary to change this option:
216216

217217
``` yaml
218218
plugins:
219219
- privacy:
220-
external_assets_dir: assets/externals
220+
external_assets_dir: assets/external
221221
```
222222

223223
The path must be defined relative to [`docs_dir`][docs_dir].
@@ -281,7 +281,7 @@ The following configuration options are available for external assets:
281281
[example]: #example
282282
[technical limitations]: #limitations
283283

284-
#### External links
284+
#### External links :material-alert-decagram:{ .mdx-pulse title="Added on October 18, 2022" }
285285

286286
[:octicons-heart-fill-24:{ .mdx-heart } Sponsors only][Insiders]{ .mdx-insiders } ·
287287
[:octicons-tag-24: insiders-4.26.0][Insiders] ·
@@ -343,7 +343,7 @@ then replaced with the URL to the local copy. An example:
343343
The external script is downloaded, and the link is replaced with:
344344

345345
``` html
346-
<script src="assets/externals/example.com/script.js"></script>
346+
<script src="assets/external/example.com/script.js"></script>
347347
```
348348

349349
Style sheets are scanned for external `url(...)` references, e.g. images and
@@ -363,7 +363,7 @@ removed during the build process.
363363

364364
``` { .sh id="example" }
365365
.
366-
└─ assets/externals/
366+
└─ assets/external/
367367
├─ unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
368368
├─ fonts.googleapis.com/css
369369
├─ fonts.gstatic.com/s/

0 commit comments

Comments
 (0)