From 2d3a9748037adb8405fac324ba06cc33ff5a4e44 Mon Sep 17 00:00:00 2001 From: Jacob Herrington Date: Thu, 6 Feb 2020 17:21:05 -0600 Subject: [PATCH] Include instructions to set Algolia plan (#5941) --- docs/backend/algolia.md | 31 +++++++++++-------------------- 1 file changed, 11 insertions(+), 20 deletions(-) diff --git a/docs/backend/algolia.md b/docs/backend/algolia.md index c9c586f93..d870f4695 100644 --- a/docs/backend/algolia.md +++ b/docs/backend/algolia.md @@ -27,16 +27,23 @@ application. ![algolia-up-3](https://user-images.githubusercontent.com/22895284/51078746-ad602c00-16ba-11e9-9927-d790ce03761e.png) -6. You are all set up now! You can go to your dashboard. +6. Sign up complete! You can go to your dashboard now. ![algolia-up-4](https://user-images.githubusercontent.com/22895284/51078747-ad602c00-16ba-11e9-8654-67c4d0f2e651.png) -7. You can skip the tutorial, by clicking on API button. +7. To avoid the trial period ending unexpectedly, you'll want to select a free + plan. Go to the [Billing](https://www.algolia.com/billing) section. + + ![algolia-community-plan-1](https://user-images.githubusercontent.com/108287/72377741-f866b200-3707-11ea-974f-591f965f05b4.png) + +8. Choose the _Community_ plan and submit. + + ![algolia-community-plan-2](https://user-images.githubusercontent.com/11466782/73970837-7a9b5e00-48e3-11ea-8ade-1acf6914ee09.png) + +9) You're all good! You can get your API keys now. ![algolia-up-5](https://user-images.githubusercontent.com/51912296/63767468-5f1b3880-c8eb-11e9-88c3-7b14774b684d.png) -8. All good! You can get your API keys now. - ## Get API keys 1. [Sign up](#algolia-sign-up) or @@ -58,19 +65,3 @@ application. ![algolia-2](https://user-images.githubusercontent.com/22895284/51078771-2eb7be80-16bb-11e9-9622-f19417f1b29c.png) 4. Done. - -## Notes - -Algolia puts you on a trial account by default. The trial period is 14 days. But -don't worry, it also offers a free plan called **Community**. You may want to -switch to it manually: - -1. Go to [Billing](https://www.algolia.com/billing) section. - - ![algolia-community-plan-1](https://user-images.githubusercontent.com/108287/72377741-f866b200-3707-11ea-974f-591f965f05b4.png) - -2. Choose **Community** plan and submit. - - ![algolia-community-plan-2](https://user-images.githubusercontent.com/108287/72377900-3cf24d80-3708-11ea-8371-43563ca7fb43.png) - -3. Done.