Skip to content

Commit

Permalink
address reviewer feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
guimachiavelli committed Sep 27, 2023
1 parent 4cf3480 commit 702d270
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 6 deletions.
Binary file modified assets/images/cloud-getting-started/1-new-project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/cloud-getting-started/2-create-project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/cloud-getting-started/3-project-billing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/cloud-getting-started/4-project-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/cloud-getting-started/8-file-upload.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/cloud-getting-started/9-data-import.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion home.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,16 @@ Learn how to use Meilisearch in your projects by exploring our guides and API re
{
content: (
<>
<Heading as="h2" style={{marginBottom: "-10px"}} noAnchor>Quick start</Heading> New here? Check out our quick start guide to learn how to set up Meilisearch, add data, and make your first search.
<Heading as="h2" style={{marginBottom: "-10px"}} noAnchor>Getting started with Meilisearch Cloud</Heading> New here? Check out our quick start guide to learn how to set up Meilisearch using our Cloud offering, import data, and make your first search.
</>
),
size: 4,
link: '/docs/learn/getting_started/cloud_quick_start'
},
{
content: (
<>
<Heading as="h2" style={{marginBottom: "-10px"}} noAnchor>Quick start</Heading> Prefer self-hosting? Take a look at our quick start guide and learn how to set up and use Meilisearch locally.
</>
),
size: 4,
Expand Down
6 changes: 1 addition & 5 deletions learn/getting_started/cloud_quick_start.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
imageURL: https://raw.githubusercontent.com/meilisearch/documentation/main/assets/images/cloud-getting-started
---

# Getting started with Meilisearch Cloud

This tutorial walks you through setting up Meilisearch Cloud, creating a project and an index, adding documents to it, and performing your first search with the default web interface.
Expand All @@ -24,7 +20,7 @@ If you are not using a free trial account, you must also choose a billing plan b

![A variation of the previous modal window with an extra mandatory field: "Select a plan". There are four billing plan options, from cheapest to most expensive: "Build", "Grow", "Pro", and "Enterprise"](https://raw.githubusercontent.com/meilisearch/documentation/cloud-quick-start/assets/images/cloud-getting-started/3-project-billing.png)

Creating your project might take a few minutes. Once it is ready, you will see it in the project list. Click on the project name to go to the project overview page:
Creating your project might take a few minutes. Check the project list to follow its status. Once the project is ready, click on its name to go to the project overview page:

![Meilisearch Cloud's main list of projects. It features only one project, "meilisearch-quick-start", and shows information such as API keys, URL, and number of monthly searches](https://raw.githubusercontent.com/meilisearch/documentation/cloud-quick-start/assets/images/cloud-getting-started/4-project-list.png)

Expand Down
2 changes: 2 additions & 0 deletions learn/getting_started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ chmod +x meilisearch

[Meilisearch Cloud](https://www.meilisearch.com/pricing?utm_campaign=oss&utm_source=docs&utm_medium=installation-guide) greatly simplifies installing, maintaining, and updating Meilisearch. [Get started with a 14-day free trial](https://www.meilisearch.com/pricing?utm_campaign=oss&utm_source=docs&utm_medium=installation-guide).

Take a look at our [Meilisearch Cloud tutorial](/learn/getting_started/cloud_quick_start) for more information on setting up and using Meilisearch's cloud service.

### Cloud deploy

To deploy Meilisearch on a cloud service, follow one of our dedicated guides:
Expand Down

0 comments on commit 702d270

Please sign in to comment.