Skip to content

Commit 48eba8a

Browse files
authored
Merge branch 'main' into main
2 parents 8ba3cb3 + b72c933 commit 48eba8a

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

packages/website/docs/crawler.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,14 @@ We provide [config templates](/docs/templates) for many website generators, but
9898

9999
The Crawler only applies `index settings` at index creation index, to keep the Algolia dashboard as the source of truth. If you have drastically changed your config, or moved to a website generator, we recommend you to delete your index from the Algolia dashboard before starting a new crawl.
100100

101+
## Can I delete my crawler?
102+
103+
No. Well, you can but once you do things will not work correctly. We automatically create a default crawler that is associated with your DocSearch application and deleting it with the intention of creating a new one will not work as expected.
104+
105+
## What if I delete my DocSearch Crawler?
106+
107+
The fastest way will be to connect with us on our [Discord](https://alg.li/discord). Alternatively, email us at the address below and we will get to it as soon as we can.
108+
101109
## Links related to the migration
102110

103111
- [Docusaurus blog post](https://docusaurus.io/blog/2021/11/21/algolia-docsearch-migration)

packages/website/docs/integrations.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,16 @@ We worked with **documentation website generators** to have DocSearch directly e
99
So, if you're using one of the following tools, checkout their documentation to see how to enable DocSearch on your website:
1010

1111
- [Docusaurus v1][1] - [How to enable search][2]
12-
- [Docusaurus v2][3] - [Using Algolia DocSearch][4]
12+
- [Docusaurus v2 & v3][3] - [Using Algolia DocSearch][4]
1313
- [VuePress][5] - [Algolia Search][6]
1414
- [VitePress][21] - [Search][22]
1515
- [pkgdown][7] - [DocSearch indexing][8]
1616
- [LaRecipe][9] - [Algolia Search][10]
1717
- [Orchid][11] - [Algolia Search][12]
1818
- [Smooth DOC][13] - [DocSearch][14]
1919
- [Docsy][15] - [Configure Algolia DocSearch][16]
20-
- [dumi][17] - [algolia][18]
2120
- [Lotus Docs][19] - [Enabling the DocSearch Plugin][20]
22-
- [Sphinx](https://www.sphinx-doc.org/en/master/) - [Algolia DocSearch for Sphinx](https://sphinx-docsearch.readthedocs.io/en/latest/)
21+
- [Sphinx](https://www.sphinx-doc.org/en/master/) - [Algolia DocSearch for Sphinx](https://sphinx-docsearch.readthedocs.io/)
2322

2423
If you're maintaining a similar tool and want us to add you to the list, [feel free to make a pull request](https://github.com/algolia/docsearch/edit/main/packages/website/docs/integrations.md) and [contribute to Code Exchange](https://www.algolia.com/developers/code-exchange/contribute/). We're happy to help.
2524

@@ -30,18 +29,16 @@ If you're maintaining a similar tool and want us to add you to the list, [feel f
3029
[5]: https://vuepress.vuejs.org/
3130
[6]: https://vuepress.vuejs.org/theme/default-theme-config.html#algolia-search
3231
[7]: https://pkgdown.r-lib.org/
33-
[8]: https://pkgdown.r-lib.org/articles/search.html
34-
[9]: https://larecipe.binarytorch.com.my/docs/2.2/overview
35-
[10]: https://larecipe.binarytorch.com.my/docs/2.2/configurations#search
32+
[8]: https://pkgdown.r-lib.org/articles/search.html#bootstrap-3-algolia
33+
[9]: https://larecipe.saleem.dev/docs/2.2/overview
34+
[10]: https://larecipe.saleem.dev/docs/2.2/search#available-engines
3635
[11]: https://orchid.run
3736
[12]: https://orchid.run/plugins/orchidsearch#algolia-docsearch
38-
[13]: https://smooth-doc.com/
39-
[14]: https://smooth-doc.com/docs/docsearch/
37+
[13]: https://next-smooth-doc.vercel.app/
38+
[14]: https://next-smooth-doc.vercel.app/docs/docsearch/
4039
[15]: https://www.docsy.dev/
41-
[16]: https://www.docsy.dev/docs/adding-content/navigation/#configure-algolia-docsearch
42-
[17]: https://d.umijs.org/
43-
[18]: https://d.umijs.org/config#algolia
40+
[16]: https://www.docsy.dev/docs/adding-content/search/#algolia-docsearch
4441
[19]: https://lotusdocs.dev/docs/
4542
[20]: https://lotusdocs.dev/docs/guides/features/docsearch/#enabling-the-docsearch-plugin
4643
[21]: https://vitepress.dev/
47-
[22]: https://vitepress.dev/reference/default-theme-search#search
44+
[22]: https://vitepress.dev/reference/default-theme-search#algolia-search

0 commit comments

Comments
 (0)