diff --git a/README.md b/README.md
index b6c1e2fc61d735531fdfffe5454cc866199e9a88..250dcd92a98b6ce732764f0d04cad02cb43f3c53 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,8 @@
-# Lyon Living Lab Energy Documentation
+# Self Data Grandlyon Documentation
 
 ## Commands
 
 * `py -m pip install mkdocs` - Install mkdocs
-* `mkdocs new [dir-name]` - Create a new project.
 * `mkdocs serve` - Start the live-reloading docs server.
 * `mkdocs build` - Build the documentation site.
 * `mkdocs help` - Print this help message.
@@ -13,24 +12,35 @@
 
     nav:
     - Home: index.md
-    - Getting started:
-        - Setup your environment: getting_started/setup_your_environment.md
-        - Launch the application on local : getting_started/launch_local_application.md
-        - Launch a konnector on local : getting_started/launch_local_konnector.md
-    - Project Architecture:
-        - Architecture : project_architecture/architecture.md
-        - Cozy : project_architecture/cozy.md
-        - Environments : project_architecture/environments.md
-        - DocTypes : project_architecture/doctypes.md
-    - Application:
-        - Description: application/description.md
-        - Gitflow: application/gitflow.md
-    - Konnectors:
-        - Enedis: konnectors/enedis.md
-        - GRDF: konnectors/grdf.md
-        - Eau du Grand Lyon: konnectors/egl.md
+    - Pilote:
+        - Introduction: pilote/index.md
+    - Ecolyo:
+        - Introduction: ecolyo/index.md
+        - Getting started:
+        - Setup your environment: ecolyo/getting_started/setup_your_environment.md
+        - Launch the application on local: ecolyo/getting_started/launch_local_application.md
+        - Launch a konnector on local: ecolyo/getting_started/launch_local_konnector.md
+        - Project Architecture:
+        - Architecture: ecolyo/project_architecture/architecture.md
+        - Cozy: ecolyo/project_architecture/cozy.md
+        - Environments: ecolyo/project_architecture/environments.md
+        - DocTypes: ecolyo/project_architecture/doctypes.md
+        - Application:
+        - Description: ecolyo/application/description.md
+        - Scaffolding: ecolyo/application/scaffolding.md
+        - Services: ecolyo/application/services.md
+        - Gitflow: ecolyo/application/gitflow.md
+        - Deploy: ecolyo/application/deploy.md
+        - Konnectors:
+        - Enedis: ecolyo/konnectors/enedis.md
+        - GRDF: ecolyo/konnectors/grdf.md
+        - Eau du Grand Lyon: ecolyo/konnectors/egl.md
     - Proxy:
         - Description: proxy/description.md
+        - Use cases:
+        - Enedis: proxy/use_cases/enedis.md
+        - Grdf Adict: proxy/use_cases/grdfadict.md
+
 
 
 ## Project layout
diff --git a/docker-compose.yml b/docker-compose.yml
index 52069bf82c06fc1871bc27d1b31cc36c8031dfb7..93796a9dc338c8108135b552956f9690c6f8e732 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -10,7 +10,7 @@ services:
       options:
         max-size: "2m"
         max-file: "5"
-    mem_limit: 512m
+    # mem_limit: 512m
     user: "1000"
     # command: -http_port=8081
     volumes: