From 915a358d542c2f9dc57457ac3982aaf88800227a Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 27 Feb 2022 15:13:20 +0100 Subject: [PATCH] Documentation --- docs/blog/2021/search-better-faster-smaller.md | 2 +- docs/insiders/index.md | 8 ++++---- docs/setup/building-for-offline-usage.md | 2 +- docs/setup/setting-up-site-search.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/blog/2021/search-better-faster-smaller.md b/docs/blog/2021/search-better-faster-smaller.md index 773836d4d..753f111d9 100644 --- a/docs/blog/2021/search-better-faster-smaller.md +++ b/docs/blog/2021/search-better-faster-smaller.md @@ -47,7 +47,7 @@ implementation. If you immediately want to learn what's new, skip to the [search]: ../../setup/setting-up-site-search.md [multilingual]: ../../setup/setting-up-site-search.md#lang - [offline-capable]: ../../setup/setting-up-site-search.md#offline-search + [offline-capable]: ../../setup/build-for-offline-usage.md [what's new]: #whats-new ## Architecture diff --git a/docs/insiders/index.md b/docs/insiders/index.md index 9b88cd1af..bb0ddb4ed 100644 --- a/docs/insiders/index.md +++ b/docs/insiders/index.md @@ -166,9 +166,9 @@ The following features are solely available via Material for MkDocs Insiders:
+- [x] [Offline plugin] :material-new-box: - [x] [Privacy plugin] :material-new-box: -- [x] [Table of contents anchor following] :material-new-box: -- [x] [Offline search] +- [x] [Table of contents anchor following] - [x] [Annotations] - [x] [Navigation icons] - [x] [Code annotations: anchor links] @@ -239,14 +239,14 @@ are released for general availability. - [x] [Tokenizer with lookahead] - [x] [Advanced search highlighting] - [x] [Excluding content from search] -- [x] [Offline search] +- [x] [Offline plugin] [Brand new search plugin]: ../blog/2021/search-better-faster-smaller.md [Rich search previews]: ../blog/2021/search-better-faster-smaller.md#rich-search-previews [Tokenizer with lookahead]: ../blog/2021/search-better-faster-smaller.md#tokenizer-lookahead [Advanced search highlighting]: ../blog/2021/search-better-faster-smaller.md#accurate-highlighting [Excluding content from search]: ../setup/setting-up-site-search.md#search-exclusion - [Offline search]: ../setup/setting-up-site-search.md#offline-search + [Offline plugin]: ../setup/building-for-offline-usage.md #### $ 12,000 – Piri Piri diff --git a/docs/setup/building-for-offline-usage.md b/docs/setup/building-for-offline-usage.md index d5e1eafaf..62754f905 100644 --- a/docs/setup/building-for-offline-usage.md +++ b/docs/setup/building-for-offline-usage.md @@ -54,7 +54,7 @@ The following configuration options are available: ``` yaml plugins: - - privacy: + - offline: enabled: !ENV [OFFLINE, false] ``` diff --git a/docs/setup/setting-up-site-search.md b/docs/setup/setting-up-site-search.md index 68d5bb428..2ac7f9003 100644 --- a/docs/setup/setting-up-site-search.md +++ b/docs/setup/setting-up-site-search.md @@ -11,7 +11,7 @@ omitting the need for the integration of third-party services, which might not be compliant with privacy regulations. Moreover, search even works [offline], allowing users to download your documentation. - [offline]: #offline-search + [offline]: build-for-offline-usage.md ## Configuration