Skip to content

Commit 06363c7

Browse files
authored
Merge branch 'main' into patch-1
2 parents 8439853 + 3200927 commit 06363c7

6 files changed

Lines changed: 20 additions & 10 deletions

File tree

packages/website/docs/DocSearch-program.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,16 @@ The information of the initially applied project is used everywhere when we depl
7878

7979
This allow us to easily scope issues when reaching out for support.
8080

81+
## Support
82+
83+
Please make sure to **first read the documentation (or [the Algolia one](https://www.algolia.com/doc/)) before reaching out** and take a look at [the Algolia academy](https://academy.algolia.com/trainings).
84+
85+
We do not provide implementation support for DocSearch, but only for the products that are used by the program:
86+
87+
- The DocSearch library, please report it via [GitHub issues](https://github.com/algolia/docsearch/issues).
88+
- The Algolia Crawler, reach out [via the support page](https://algolia.com/support).
89+
- The Algolia Dashboard, reach out [via the support page](https://algolia.com/support).
90+
8191
[1]: mailto:docsearch@algolia.com
8292
[2]: https://www.algolia.com/
8393
[3]: /docs/legacy/run-your-own

packages/website/docs/crawler.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ We provide [config templates](/docs/templates) for many website generators, but
9696

9797
2. Your index settings are up to date (you'll see a banner in [the search preview](/docs/manage-your-crawls/#search-preview) if not)
9898

99-
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 your to delete your index from the Algolia dashboard before starting a new crawl.
99+
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

101101
## Links related to the migration
102102

packages/website/src/components/ApplyForm.js

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -255,14 +255,13 @@ function ApplyForm() {
255255

256256
<Text small={true} className="uil-ta-center">
257257
<strong>
258-
Only apply if you don't have a DocSearch application yet. DocSearch
259-
offers best effort support, make sure to first read the
260-
documentation and the GitHub issues.
258+
Only apply if you don't have a DocSearch application yet. <br />
259+
For support requests, make sure to first{' '}
260+
<InlineLink href="/docs/DocSearch-program#support">
261+
read our policy
262+
</InlineLink>
263+
.
261264
</strong>{' '}
262-
Ultimately, you can reach out via{' '}
263-
<InlineLink href="https://www.algolia.com/support/">
264-
our support page.
265-
</InlineLink>
266265
</Text>
267266
</form>
268267
</Card>

packages/website/src/components/showcase-projects.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[
22
{
33
"name": "Bootstrap",
4-
"image": "img/logos/bootstrap.jpg",
5-
"href": "https://getbootstrap.com/docs/5.1/getting-started/introduction/"
4+
"image": "img/logos/bootstrap.svg",
5+
"href": "https://getbootstrap.com/docs/5.2/getting-started/introduction/"
66
},
77
{
88
"name": "MUI",
-1.27 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)