-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new Meilisearch Cloud tutorial #2540
Conversation
All broken links are now fixed, thank you! |
Is there a way to see a deployment of that PR 😬? |
@tpayet: yes! Here is the link: https://website-git-deploy-preview-mei-16-meili.vercel.app/docs/branch%3Acloud-quick-start/learn/getting_started/cloud_quick_start (private link) You'll need to log in to access the preview. Credentials should be on the company's password manager as "Docs deploy preview". Couple of small caveats when using the preview: search doesn't work, and load times are pretty long because we don't have any caching. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a "no coding required" tutorial. What's your opinion on that? Does it make this piece less useful?
On the contrary, I find it even more accessible to any developers :)
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same, I think this guide make it really accessible
I don't know if it should be part of the PR, but I think the guide is not linked enough. I mean the users could be redirect more often to it.
Shouldn't we make it part of the
- Installation
- Overview
- Home page?
- other...?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, I think it's super clear and easy to understand for anyone 👍
We could add a section about the Tasks view, but I assume this would go under another guide.
702d270
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! ✨ Not sure if we want to mention that the free trial only includes one project.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe can we had something about the Cloud in Overview and link to this guide?
@curquiza, I am aware of the overview, but that page needs a complete cloud section which feels out of scope for this PR. |
As part of Meilisearch's repositioning, the docs will start publishing more cloud-centric and cloud-specific content. This is the first small step towards better Meilisearch Cloud documentation.
This PR introduces a basic tutorial walking users through creating a project, creating an index, adding documents, and performing their first search. It will be followed by other content targeting more advanced users.
As usual, all feedback is welcome, but a specific thing I'm interested in receiving feedback is: this is a "no coding required" tutorial. What's your opinion on that? Does it make this piece less useful?
Closes #2514