From bbf883a3c042cf7ebfc5af55d25fdc88f5176a43 Mon Sep 17 00:00:00 2001 From: Bruno Casali Date: Mon, 12 Jun 2023 15:59:50 -0300 Subject: [PATCH] Fix incorrect indentation in the landing page --- .code-samples.meilisearch.yaml | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/.code-samples.meilisearch.yaml b/.code-samples.meilisearch.yaml index 10b413a0..f1811b7c 100644 --- a/.code-samples.meilisearch.yaml +++ b/.code-samples.meilisearch.yaml @@ -1,15 +1,12 @@ landing_getting_started_1: |- - ```yml - # Configure your entities by adding them in config/packages/meilisearch.yaml - meilisearch: - url: 'http://127.0.0.1:7700' - api_key: 'masterKey' - indices: - - name: movies - class: App\Entity\Movie - ``` - - ```php + // # Configure your entities by adding them in config/packages/meilisearch.yaml + // meilisearch: + // url: 'http://127.0.0.1:7700' + // api_key: 'masterKey' + // indices: + // - name: movies + // class: App\Entity\Movie +