mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Documentation
This commit is contained in:
parent
eac707168b
commit
915a358d54
@ -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
|
||||
|
@ -166,9 +166,9 @@ The following features are solely available via Material for MkDocs Insiders:
|
||||
|
||||
<div class="mdx-columns" markdown>
|
||||
|
||||
- [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
|
||||
|
||||
|
@ -54,7 +54,7 @@ The following configuration options are available:
|
||||
|
||||
``` yaml
|
||||
plugins:
|
||||
- privacy:
|
||||
- offline:
|
||||
enabled: !ENV [OFFLINE, false]
|
||||
```
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user