-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
523: Add code samples and remove useless ones r=curquiza a=curquiza I created [scripts to manage code samples](https://github.com/meilisearch/integration-automations/pull/164) (internal only) 1. I found out the following code samples are still in this repo but not used by the documentation anymore, so I removed them: ```bash meilisearch-rust - 'settings_guide_filterable_attributes_1' not found in documentation - 'settings_guide_typo_tolerance_1' not found in documentation - 'documents_guide_add_movie_1' not found in documentation - 'getting_started_communicating_with_a_protected_instance' not found in documentation - 'faceted_search_facets_1' not found in documentation - 'faceted_search_2' not found in documentation ``` 2. I found the following code samples were missing: ```bash meilisearch-rust - 'search_parameter_guide_facet_stats_1' not found - 'facet_search_1' not found - 'facet_search_2' not found - 'facet_search_3' not found ``` However, only `search_parameter_guide_facet_stats_1`was added because of missing feature implementation for the others Co-authored-by: curquiza <clementine@meilisearch.com>
- Loading branch information
Showing
1 changed file
with
8 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters