@@ -25,20 +25,9 @@ the following lines to `mkdocs.yml`:
25
25
26
26
``` yaml
27
27
plugins :
28
- - offline # (1)!
28
+ - offline
29
29
` ` `
30
30
31
- 1. Note that the offline plugin should be located at the end of the list of
32
- ` plugins`, as it will post-process the search index. If you want to use
33
- other plugins that alter the search index together with this plugin, add
34
- them before the built-in offline plugin.[^1]
35
-
36
- [^1] :
37
- Offline search was previously implemented through the third-party
38
- [localsearch] plugin, which is still possible if you don't want to use
39
- [Insiders]. Note, however, that setup might be challenging if you're not
40
- experienced with MkDocs.
41
-
42
31
> If you need to be able to build your documentation with and without
43
32
> [Insiders], please refer to the [built-in plugins] section to learn how
44
33
> shared configurations help to achieve this.
@@ -74,7 +63,6 @@ hosted on a regular server.
74
63
[Insiders] : ../insiders/index.md
75
64
[site search] : setting-up-site-search.md
76
65
[site directory] : https://www.mkdocs.org/user-guide/configuration/#site_dir
77
- [localsearch] : https://github.com/wilhelmer/mkdocs-localsearch/
78
66
[built-in plugins] : ../insiders/getting-started.md#built-in-plugins
79
67
[use_directory_urls] : https://www.mkdocs.org/user-guide/configuration/#use_directory_urls
80
68
[environment variable] : https://www.mkdocs.org/user-guide/configuration/#environment-variables
0 commit comments