docs: use support page instead of email (#1367)
This commit is contained in:
parent
7459a424d9
commit
c4cde4c2e2
2 changed files with 8 additions and 5 deletions
|
|
@ -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?
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue