-
Couldn't load subscription status.
- Fork 102
Description
Goal
Fill in missing Rust [lang] examples in the docs.
Problem
This was inspired by finding that the facets example was missing a Rust tab.
This likely exists with other example and language combinations
Background
Just noticed there some rust sdk snippets in the docs examples are missing:
https://docs.meilisearch.com/reference/api/search.html#facets
It would be nice to have a 'Rust' tab using the Rust SDK for every example.
It looks like the examples are generated from this yaml.
I do see a reference to the rust code samples, perhaps this is a small tweak to include these? Rust Code Examples
I am still tracing down the docs build workflow to understand how this could/should be added.
Solution
It sounds like a path forward would be to create a matrix of all the examples and languages, to see which ones are missing.
Open to any other solutions or advice from people with more knowledge of the docs build process.
