You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/docs/third-party-services/search-services.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@ description: NexT User Docs – Third-party Plugins Integration – Search Servi
5
5
6
6
### Algolia Search
7
7
8
-
NexT provides Algolia search plugin to search your Hexo website content. It should be noted that only turn on `enable` of `algolia_search` in {% label primary@NexT config file %} does not allow you to use the Algolia search correctly. You need to install the corresponding Hexo plugin to index your website on Algolia: [Hexo Algolia](https://github.com/oncletom/hexo-algolia) or [Hexo Algoliasearch](https://github.com/LouisBarranqueiro/hexo-algoliasearch).
8
+
NexT provides Algolia search plugin to search your Hexo website content. It should be noted that only turn on `enable` of `algolia_search` in {% label primary@NexT config file %} does not allow you to use the Algolia search correctly. You need to install the corresponding Hexo plugin to index your website on Algolia: [Hexo Algolia](https://github.com/thom4parisot/hexo-algolia) or [Hexo Algoliasearch](https://github.com/LouisBarranqueiro/hexo-algoliasearch).
9
9
10
10
{% note danger %}
11
11
**Known Issues**
12
12
13
-
1. The latest version of the [Hexo Algolia](https://github.com/oncletom/hexo-algolia) plugin removes the content indexing feature, given Algolia's free account limitation.
13
+
1. The latest version of the [Hexo Algolia](https://github.com/thom4parisot/hexo-algolia) plugin removes the content indexing feature, given Algolia's free account limitation.
14
14
2. The [Hexo Algoliasearch](https://github.com/LouisBarranqueiro/hexo-algoliasearch) plugin provides content indexing functionality. The same problem exists with `Record Too Big` for Algolia's free account.
15
15
{% endnote %}
16
16
@@ -38,7 +38,7 @@ Algolia requires users to upload their search index data either manually or via
38
38
39
39
{% subtabs algolia-plugin %}
40
40
<!-- tab Hexo Algolia -->
41
-
Install and configure [Hexo Algolia](https://github.com/oncletom/hexo-algolia) in your Hexo directory.
41
+
Install and configure [Hexo Algolia](https://github.com/thom4parisot/hexo-algolia) in your Hexo directory.
0 commit comments