Skip to content

Commit 915a358

Browse files
committed
Documentation
1 parent eac7071 commit 915a358

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/blog/2021/search-better-faster-smaller.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ implementation. If you immediately want to learn what's new, skip to the
4747

4848
[search]: ../../setup/setting-up-site-search.md
4949
[multilingual]: ../../setup/setting-up-site-search.md#lang
50-
[offline-capable]: ../../setup/setting-up-site-search.md#offline-search
50+
[offline-capable]: ../../setup/build-for-offline-usage.md
5151
[what's new]: #whats-new
5252

5353
## Architecture

docs/insiders/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ The following features are solely available via Material for MkDocs Insiders:
166166

167167
<div class="mdx-columns" markdown>
168168

169+
- [x] [Offline plugin] :material-new-box:
169170
- [x] [Privacy plugin] :material-new-box:
170-
- [x] [Table of contents anchor following] :material-new-box:
171-
- [x] [Offline search]
171+
- [x] [Table of contents anchor following]
172172
- [x] [Annotations]
173173
- [x] [Navigation icons]
174174
- [x] [Code annotations: anchor links]
@@ -239,14 +239,14 @@ are released for general availability.
239239
- [x] [Tokenizer with lookahead]
240240
- [x] [Advanced search highlighting]
241241
- [x] [Excluding content from search]
242-
- [x] [Offline search]
242+
- [x] [Offline plugin]
243243

244244
[Brand new search plugin]: ../blog/2021/search-better-faster-smaller.md
245245
[Rich search previews]: ../blog/2021/search-better-faster-smaller.md#rich-search-previews
246246
[Tokenizer with lookahead]: ../blog/2021/search-better-faster-smaller.md#tokenizer-lookahead
247247
[Advanced search highlighting]: ../blog/2021/search-better-faster-smaller.md#accurate-highlighting
248248
[Excluding content from search]: ../setup/setting-up-site-search.md#search-exclusion
249-
[Offline search]: ../setup/setting-up-site-search.md#offline-search
249+
[Offline plugin]: ../setup/building-for-offline-usage.md
250250

251251
#### $ 12,000 – Piri Piri
252252

docs/setup/building-for-offline-usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The following configuration options are available:
5454

5555
``` yaml
5656
plugins:
57-
- privacy:
57+
- offline:
5858
enabled: !ENV [OFFLINE, false]
5959
```
6060

docs/setup/setting-up-site-search.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ omitting the need for the integration of third-party services, which might
1111
not be compliant with privacy regulations. Moreover, search even works
1212
[offline], allowing users to download your documentation.
1313

14-
[offline]: #offline-search
14+
[offline]: build-for-offline-usage.md
1515

1616
## Configuration
1717

0 commit comments

Comments
 (0)