From d7bd448c76b970e0d84ac5b27beae9bc0c933f05 Mon Sep 17 00:00:00 2001
From: Fabien Quatravaux <fabien.quatravaux@lemans.happy-dev.fr>
Date: Fri, 20 Nov 2020 09:14:12 +0000
Subject: [PATCH] Fix code block formatting

---
 .../build-existing-app.rst                    | 26 +++++++++----------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/source/import_documentation/build-existing-app.rst b/source/import_documentation/build-existing-app.rst
index 79a78f8..a23617b 100644
--- a/source/import_documentation/build-existing-app.rst
+++ b/source/import_documentation/build-existing-app.rst
@@ -19,19 +19,19 @@ Get the code of your app (for the example the SIB App):
 Create JON file and configure the client to contact the servers:
 
 .. code-block:: json
-{
-{
-  "xmpp": "https://jabber.happy-dev.fr/http-bind/",
-  "authority": "http://api.batman.happy-dev.fr/",
-  "clientName": "Sib App",
-  "authorityName": "batman",
-  "publicDirectory": false,
-  "endpoints": {
-    "circles": "https://api.batman.happy-dev.fr/circles/",
-    "users": "https://api.batman.happy-dev.fr/users/"
-  },
-  "analytics": []
-}
+
+    {
+      "xmpp": "https://jabber.happy-dev.fr/http-bind/",
+      "authority": "http://api.batman.happy-dev.fr/",
+      "clientName": "Sib App",
+      "authorityName": "batman",
+      "publicDirectory": false,
+      "endpoints": {
+        "circles": "https://api.batman.happy-dev.fr/circles/",
+        "users": "https://api.batman.happy-dev.fr/users/"
+      },
+      "analytics": []
+    }
 
 The parameters are:
 
-- 
GitLab