-
Notifications
You must be signed in to change notification settings - Fork 242
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
Index settings tutorials #2711
Index settings tutorials #2711
Conversation
How to see the preview of this PR?Go to this URL: https://website-git-deploy-preview-mei-16-meili.vercel.app/docs/branch:cloud-index-settings Credentials to access the page are in the company's password manager as "Docs deploy preview". |
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.
The UTMs parameters are correct. 👌
You can add in the UTM tracking sheet to document it.
Regarding the content, I think we should not encourage API usage. The API should be seen as a fallback—a way to convey that Meili works with any stack.
Instead, I think we should demonstrate that Meilisearch integrates easily with our ICP stack via the following options:
- Via the UI (less tech work to do)
- Via the JavaScript SDK (target ecosystem n°1)
- Via the PHP SDK (target ecosystem n°2)
- Other options
I hope this helps!
Thanks for the feedback, @Strift! I'm interested on the product team feedback on this too, but for the moment I want to clarify a few things. If I understand correctly, by API you mean |
Great. I think we'll have to handle the code samples ourselves since there isn't an integration team anymore. :p |
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!
Closes #2634.
Instead of the two options listed in the issue, I have opted for creating a short tutorial using the Cloud interface. This solves the issue of documenting an increasing number of interface elements with almost identical usage.
Since many users will prefer to use the API instead of the interface, this guide also adds a second tutorial teaching users to do the exact same thing with the API.
Notes for reviewers