Skip to content

Commit 1fa489f

Browse files
committed
Add markdown surroundings to the code
1 parent 9639c43 commit 1fa489f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.code-samples.meilisearch.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
landing_getting_started_1: |-
2+
```yml
23
# Configure your entities by adding them in config/packages/meili_search.yaml
34
meili_search:
45
url: 'http://127.0.0.1:7700'
56
api_key: 'masterKey'
67
indices:
78
- name: movies
89
class: App\Entity\Movie
10+
```
911
12+
```php
1013
<?php
1114
// src/Controller/MoviesController.php
1215
namespace App\Controller;
@@ -37,3 +40,4 @@ landing_getting_started_1: |-
3740
//...
3841
}
3942
}
43+
```

0 commit comments

Comments
 (0)