diff --git a/docs/ecolyo/getting_started/setup_your_environment.md b/docs/ecolyo/getting_started/setup_your_environment.md
index 9dca41e94d3bb14297fb837a23cb68f98599d550..ee51f0b925252db4022cdc15c4b67e74da56f8d3 100644
--- a/docs/ecolyo/getting_started/setup_your_environment.md
+++ b/docs/ecolyo/getting_started/setup_your_environment.md
@@ -1,4 +1,4 @@
-This section will allow you to install a proper local environment step by step for Ecolyo application using VSCode IDE.
+This section will allow you to install a proper local environment step by step for Ecolyo and Pilote applications using VSCode IDE.
 
 ## VSCode
 
@@ -19,13 +19,19 @@ Here are the list of important extensions to install:
 
 Optional extensions:
 
-- Bracket Pair Colorizer 2
 - CSS Peek
 - Auto Rename Tag
 - indent-rainbow
 - TabOut
 - Liveshare (pair programming extension)
 
+### Browser plugins
+
+The following plugins can be useful for debugging :
+
+- React dev tools
+- Redux dev tools
+
 ### User settings
 
 Open the project with VSCode and add the following code into .vscode/settings.json:
diff --git a/mkdocs.yml b/mkdocs.yml
index 673c5f7c067bffeae5fb3d6064b496dfd575b504..cadaea718d28be71259bd86f30e7dbe0ca791c3a 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -116,6 +116,7 @@ nav:
               - Document: pilote/Pilote - Usager/functionalities/document.md
               - Settings: pilote/Pilote - Usager/functionalities/setting.md
           - Getting Started:
+              - Setup your environment: ecolyo/getting_started/setup_your_environment.md
               - Launch local application: pilote/Pilote - Usager/getting_started/launch_local_application.md
               - Launch local doctypes: pilote/Pilote - Usager/getting_started/launch_local_doctypes.md
               - Launch local services: pilote/Pilote - Usager/getting_started/launch_local_services.md