docs(account): Add link to community account
This commit is contained in:
parent
b073c0cc1a
commit
98b66bde05
2 changed files with 15 additions and 13 deletions
|
|
@ -32,10 +32,10 @@ projects can afford. That's why we decided to keep DocSearch free for everyone.
|
|||
All we ask in exchange is that you keep the _powered by
|
||||
[Algolia][2]_ logo displayed next to the search results.
|
||||
|
||||
If this is not possible for you, you're totally free to open your own Algolia
|
||||
account and run DocSearch on your own without this limitation. In that case
|
||||
If this is not possible for you, you're totally free to [open your own Algolia
|
||||
account][3] and run DocSearch on your own without this limitation. In that case
|
||||
though, depending on the size of your documentation, you might need a paid
|
||||
account (free accounts can hold as much as 10k records).
|
||||
account ([free accounts][4] can hold as much as 10k records).
|
||||
|
||||
### What data are you collecting?
|
||||
|
||||
|
|
@ -53,8 +53,8 @@ _If you don't have Analytics access, send us an email and we'll enable it._
|
|||
### Where is my data hosted?
|
||||
|
||||
All DocSearch data is hosted on Algolia's servers, with replication around the
|
||||
globe. You can find more details about the actual [server specs here][3], and more
|
||||
complete information in our [privacy policy][4].
|
||||
globe. You can find more details about the actual [server specs here][5], and more
|
||||
complete information in our [privacy policy][6].
|
||||
|
||||
### Can I use DocSearch on non-doc pages?
|
||||
|
||||
|
|
@ -62,12 +62,12 @@ The free DocSearch we provide will crawl documentation pages. If you want
|
|||
to use it on other parts of your website, you'll need to create your own Algolia
|
||||
account and either:
|
||||
|
||||
- Run the [DocSearch crawler][5] on your own
|
||||
- Use one of our other [framework integrations or API clients][6]
|
||||
- Run the [DocSearch crawler][7] on your own
|
||||
- Use one of our other [framework integrations or API clients][8]
|
||||
|
||||
### Can you index code samples?
|
||||
|
||||
Yes, but we do not recommend it.
|
||||
Yes, but we do not recommend it.
|
||||
|
||||
Code samples are a great way for humans to understand how a specific pattern
|
||||
/ method should be used. It often requires boilerplate code though, repeated
|
||||
|
|
@ -109,7 +109,9 @@ well, and we'll provide all the help we can.
|
|||
|
||||
[1]: mailto:docsearch@algolia.com
|
||||
[2]: https://www.algolia.com/
|
||||
[3]: https://www.algolia.com/doc/guides/infrastructure/servers/
|
||||
[4]: https://www.algolia.com/policies/privacy
|
||||
[5]: ./crawler-overview.html
|
||||
[6]: https://www.algolia.com/doc/api-reference/
|
||||
[3]: https://www.algolia.com/pricing
|
||||
[4]: https://www.algolia.com/pricing#community
|
||||
[5]: https://www.algolia.com/doc/guides/infrastructure/servers/
|
||||
[6]: https://www.algolia.com/policies/privacy
|
||||
[7]: ./crawler-overview.html
|
||||
[8]: https://www.algolia.com/doc/api-reference/
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ Note that we use this CLI tool internally at Algolia to run the free hosted
|
|||
version, so you might not need all the listed commands.
|
||||
|
||||
[1]: https://github.com/algolia/docsearch-scraper
|
||||
[2]: https://www.algolia.com/users/sign_up
|
||||
[2]: https://www.algolia.com/pricing#community
|
||||
[3]: ./config-file.html
|
||||
[4]: https://github.com/algolia/docsearch-configs/tree/master/configs
|
||||
[5]: ./dropdown.html
|
||||
|
|
|
|||
Loading…
Reference in a new issue