1
0
Fork 0

docs: use support page instead of email (#1367)

This commit is contained in:
Clément Vannicatte 2022-04-19 15:11:40 +02:00 committed by GitHub
parent 7459a424d9
commit c4cde4c2e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

View file

@ -32,9 +32,7 @@ We've deprecated our legacy infrastructure, but you can still use it to [run you
## Migration seems to have started, but I don't have received any emails
All of the indices from the [Legacy infrastructure](/docs/legacy/required-configuration) have been migrated, please search for emails from `docsearch@algolia.com`.
It is also possible that you were not part of the members of the previous index, don't hesitate to [contact our support team](mailto:support@algolia.com)
All of the indices from the [Legacy infrastructure](/docs/legacy/required-configuration) have been migrated, please search for emails from `docsearch@algolia.com`. If you were not part of the previous `index` owners, or the maintainer has changed, you can request access via [our support page](https://www.algolia.com/support/).
## What do I need to do to migrate?

View file

@ -255,9 +255,14 @@ function ApplyForm() {
<Text small={true} className="uil-ta-center">
<strong>
Only apply if you don't have a DocSearch application yet.
Only apply if you don't have a DocSearch application yet. DocSearch
offers best effort support, make sure to first read the
documentation and the GitHub issues.
</strong>{' '}
If you have any issue, please contact us at support@algolia.com
Ultimately, you can reach out via{' '}
<InlineLink href="https://www.algolia.com/support/">
our support page.
</InlineLink>
</Text>
</form>
</Card>