Skip to content

Commit 5cf666e

Browse files
authored
Merge pull request #262 from meilisearch/brunoocasali-patch-1
Fix incorrect indentation in the landing page
2 parents 450a030 + bbf883a commit 5cf666e

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.code-samples.meilisearch.yaml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
landing_getting_started_1: |-
2-
```yml
3-
# Configure your entities by adding them in config/packages/meilisearch.yaml
4-
meilisearch:
5-
url: 'http://127.0.0.1:7700'
6-
api_key: 'masterKey'
7-
indices:
8-
- name: movies
9-
class: App\Entity\Movie
10-
```
11-
12-
```php
2+
// # Configure your entities by adding them in config/packages/meilisearch.yaml
3+
// meilisearch:
4+
// url: 'http://127.0.0.1:7700'
5+
// api_key: 'masterKey'
6+
// indices:
7+
// - name: movies
8+
// class: App\Entity\Movie
9+
1310
<?php
1411
// src/Controller/MoviesController.php
1512
namespace App\Controller;
@@ -40,4 +37,3 @@ landing_getting_started_1: |-
4037
//...
4138
}
4239
}
43-
```

0 commit comments

Comments
 (0)