Skip to content

Commit ac214cf

Browse files
authored
Migrate to Mintlify (#3176)
1 parent b7ccbea commit ac214cf

File tree

419 files changed

+22342
-96613
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

419 files changed

+22342
-96613
lines changed

.code-samples.meilisearch.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -473,26 +473,22 @@ add_movies_json_1: |-
473473
-X POST 'MEILISEARCH_URL/indexes/movies/documents'\
474474
-H 'Content-Type: application/json' \
475475
--data-binary @movies.json
476-
getting_started_add_documents_md: |-
477-
```bash
476+
getting_started_add_documents: |-
478477
curl \
479478
-X POST 'MEILISEARCH_URL/indexes/movies/documents?primaryKey=id' \
480479
-H 'Content-Type: application/json' \
481480
-H 'Authorization: Bearer aSampleMasterKey' \
482481
--data-binary @movies.json
483-
```
484482
getting_started_check_task_status: |-
485483
curl \
486484
-X GET 'MEILISEARCH_URL/tasks/0' \
487485
-H 'Authorization: Bearer aSampleMasterKey'
488-
getting_started_search_md: |-
489-
```bash
486+
getting_started_search: |-
490487
curl \
491488
-X POST 'MEILISEARCH_URL/indexes/movies/search' \
492489
-H 'Content-Type: application/json' \
493490
-H 'Authorization: Bearer aSampleMasterKey' \
494491
--data-binary '{ "q": "botman" }'
495-
```
496492
getting_started_add_meteorites: |-
497493
curl \
498494
-X POST 'MEILISEARCH_URL/indexes/meteorites/documents' \

.github/actions/validate-docs-links/.yarnrc.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/actions/validate-docs-links/README.MD

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)