From 56775066efa5701a1708b05f0ac1eca40052b32e Mon Sep 17 00:00:00 2001
From: Hugo <hnouts.dev@gmail.com>
Date: Fri, 8 Jan 2021 15:14:51 +0100
Subject: [PATCH] fixed pilote yml

---
 .../launch_local_application.md               |  2 +-
 docs/proxy/description.md                     |  2 +-
 mkdocs.yml                                    | 26 ++++++++++++++++++-
 3 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/docs/ecolyo/getting_started/launch_local_application.md b/docs/ecolyo/getting_started/launch_local_application.md
index 311263a..615851b 100644
--- a/docs/ecolyo/getting_started/launch_local_application.md
+++ b/docs/ecolyo/getting_started/launch_local_application.md
@@ -194,7 +194,7 @@ First update the Bearer and cozysessid information from the script:
 ```
 To obtain your own Bearer and cozysessid you need to have the application launched and display the web console (F12) in your navigator and select the Network tab. Just select one request and retrieve information for Request Header:
 
-![Bearer&cozysessid](bearer_cozyssesid.png)
+![Bearer&cozysessid](/img/bearer_cozysessid.png)
 
 Next launch the script :
 
diff --git a/docs/proxy/description.md b/docs/proxy/description.md
index 5aedd75..31a72f5 100644
--- a/docs/proxy/description.md
+++ b/docs/proxy/description.md
@@ -2,7 +2,7 @@
     :construction: Section under Construction :construction:
 
 This section of documentation refers to the Oauth protocols working hand in hand with our custom proxy and the cozy-stack.
-To fully understand its whereabouts, you should also look at the [enedis konnector](../konnectors/enedis.md) and [grdf konnector](../konnectors/grdf.md) documentation.
+To fully understand its whereabouts, you should also look at the [enedis konnector](../ecolyo/konnectors/enedis.md) and [grdf konnector](../ecolyo/konnectors/grdf.md) documentation.
 
 !!! info "proxy code source"
     Feel free to check the proxy [code](https://forge.grandlyon.com/pocs/cozy/cozy-oauth-proxy) at all time when reading this documentation.
diff --git a/mkdocs.yml b/mkdocs.yml
index df5d7b9..db29930 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -23,7 +23,31 @@ extra_css:
 nav:
   - Home: index.md
   - Pilote:
-    - Introduction: pilote/index.md
+    - Pilote - TS - Back:
+      - Index:  pilote/Pilote - TS - Back/index.md
+      - Application:
+        - Deploy: pilote/Pilote - TS - Back/application/deploy.md
+      - Getting Started:
+        - Launch the application on local: pilote/Pilote - TS - Back/getting_started/launch_local_application.md
+        - Setup your environment: pilote/Pilote - TS - Back/getting_started/setup_your_environment.md
+      - Project Architecture: pilote/Pilote - TS - Back/project_architecture/architecture.md
+    - Pilote - TS - Front:
+      - Index: pilote/Pilote - TS - Front/index.md
+      - Application:
+        - Deploy: pilote/Pilote - TS - Front/application/deploy.md
+      - Getting Started:
+        - Launch the application on local: pilote/Pilote - TS - Front/getting_started/launch_local_application.md
+    - Pilote - TS - Usager:
+      - Application:
+        - Deploy: pilote/Pilote - Usager/application/deploy.md
+        - Doctypes: pilote/Pilote - Usager/application/doctypes.md
+        - Gitflow: pilote/Pilote - Usager/application/gitflow.md
+        - Scaffolding: pilote/Pilote - Usager/application/scaffolding.md
+        - Services: pilote/Pilote - Usager/application/services.md
+        - Store: pilote/Pilote - Usager/application/store.md
+      - Getting Started:
+        - Launch local doctypes: pilote/Pilote - Usager/getting_started/launch_local_doctypes.md
+        - Launch local services: pilote/Pilote - Usager/getting_started/launch_local_services.md
   - Ecolyo:
     - Introduction: ecolyo/index.md
     - Getting started:
-- 
GitLab