diff --git a/docs/konnectors/enedis.md b/docs/archive/enedis.md
similarity index 96%
rename from docs/konnectors/enedis.md
rename to docs/archive/enedis.md
index 1adfe425953eaf2b7a1270b2382f685414204ede..0cda7fdcb98e2ba8c5c19f8d89bb47f6efe35191 100644
--- a/docs/konnectors/enedis.md
+++ b/docs/archive/enedis.md
@@ -1,7 +1,7 @@
 # Enedis Konnector
 
 :::warning DEPRECATED
-This section of documentation is not relevant anymore, enedis data connect has been replaced with [enedis sge](./enedis-sge.md)
+This section of documentation is not relevant anymore, enedis data connect has been replaced with [enedis sge](../konnectors/enedis-sge.md)
 :::
 
 This konnector fetches consumption measures from Enedis API. This is an Oauth Konnector, meaning the authentication performed to access all data is made following an Oauth2 protocol.
@@ -12,12 +12,12 @@ You should also check Cozy's official documentations for konnectors :
 - https://docs.cozy.io/en/tutorials/konnector/getting-started
 - https://docs.cozy.io/en/tutorials/konnector/oauth/
 
-The Oauth protocol does not take place in the konnector code, therefore it is also important to take a look at the [proxy](/docs/proxy/description) documentation to fully understand all the interactions that will be told below.
+The Oauth protocol does not take place in the konnector code, therefore it is also important to take a look at the [proxy](/docs/archive/proxy) documentation to fully understand all the interactions that will be told below.
 
 All the actions performed by the stack are targeted from pre-registered parameters, here is the list of all parameters needed by the stack to perform the Oauth protocol and allow the konnector to fetch data.
 On its first launch, following the Oauth Client Connect authentication.
 
-- The cozy stack calls the **authentication_endpoint** and start the oauth protocol, see [proxy doc](/docs/proxy/description).
+- The cozy stack calls the **authentication_endpoint** and start the oauth protocol, see [proxy doc](/docs/archive/proxy).
 - The account has now an access_token and an id_token from the oauth call
 
 :::info
diff --git a/docs/konnectors/grdf.md b/docs/archive/grdf.md
similarity index 95%
rename from docs/konnectors/grdf.md
rename to docs/archive/grdf.md
index 971f5be6fe53018f539e8ca9ffcf1bd75a2fd2bd..5af46c04bf0c2e7d0b6773f0a8a34ba4a0dde54b 100644
--- a/docs/konnectors/grdf.md
+++ b/docs/archive/grdf.md
@@ -1,7 +1,7 @@
 # GRDF Client Connect Konnector
 
 :::warning DEPRECATED
-This section of documentation is not relevant anymore, grdf client connect has been replaced with [grdf tier direct](./grdf-td.md)
+This section of documentation is not relevant anymore, grdf client connect has been replaced with [grdf tier direct](../konnectors/grdf-td.md)
 :::
 
 This konnector fetches consumption measures from Grdf Adict API. This is an Oauth Konnector, meaning the authentication performed to access all data is made following an Oauth2 protocol.
@@ -12,7 +12,7 @@ You should also check Cozy's official documentations for konnectors :
 - https://docs.cozy.io/en/tutorials/konnector/getting-started/
 - https://docs.cozy.io/en/tutorials/konnector/oauth/
 
-The Oauth protocol does not take place in the konnector code, therefore it is also important to take a look at the [proxy](/docs/proxy/description) documentation to fully understand all the interactions that will be told below.
+The Oauth protocol does not take place in the konnector code, therefore it is also important to take a look at the [proxy](/docs/archive/proxy) documentation to fully understand all the interactions that will be told below.
 
 All the actions performed by the stack are targeted from pre-registered parameters, here is the list of all parameters needed by the stack to perform the Oauth protocol and allow the konnector to fetch data.
 
@@ -20,7 +20,7 @@ All the actions performed by the stack are targeted from pre-registered paramete
 
 On its first launch, following the Oauth Client Connect authentication.
 
-- The cozy stack calls the **authentication_endpoint** and start the oauth protocol, see [proxy doc](/docs/proxy/description).
+- The cozy stack calls the **authentication_endpoint** and start the oauth protocol, see [proxy doc](/docs/archive/proxy).
 - The account has now an access_token and an id_token from the oauth call
 
 :::note
diff --git a/docs/pilote/Pilote-TS-Back/application/deploy.md b/docs/archive/pilote/Pilote-TS-Back/application/deploy.md
similarity index 100%
rename from docs/pilote/Pilote-TS-Back/application/deploy.md
rename to docs/archive/pilote/Pilote-TS-Back/application/deploy.md
diff --git a/docs/pilote/Pilote-TS-Back/functionalities/routes.md b/docs/archive/pilote/Pilote-TS-Back/functionalities/routes.md
similarity index 100%
rename from docs/pilote/Pilote-TS-Back/functionalities/routes.md
rename to docs/archive/pilote/Pilote-TS-Back/functionalities/routes.md
diff --git a/docs/pilote/Pilote-TS-Back/getting_started/launch_local_application.md b/docs/archive/pilote/Pilote-TS-Back/getting_started/launch_local_application.md
similarity index 100%
rename from docs/pilote/Pilote-TS-Back/getting_started/launch_local_application.md
rename to docs/archive/pilote/Pilote-TS-Back/getting_started/launch_local_application.md
diff --git a/docs/pilote/Pilote-TS-Back/project_architecture/architecture.md b/docs/archive/pilote/Pilote-TS-Back/project_architecture/architecture.md
similarity index 100%
rename from docs/pilote/Pilote-TS-Back/project_architecture/architecture.md
rename to docs/archive/pilote/Pilote-TS-Back/project_architecture/architecture.md
diff --git a/docs/pilote/Pilote-TS-Back/project_architecture/share_sms.png b/docs/archive/pilote/Pilote-TS-Back/project_architecture/share_sms.png
similarity index 100%
rename from docs/pilote/Pilote-TS-Back/project_architecture/share_sms.png
rename to docs/archive/pilote/Pilote-TS-Back/project_architecture/share_sms.png
diff --git a/docs/pilote/Pilote-TS-Front/application/deploy.md b/docs/archive/pilote/Pilote-TS-Front/application/deploy.md
similarity index 100%
rename from docs/pilote/Pilote-TS-Front/application/deploy.md
rename to docs/archive/pilote/Pilote-TS-Front/application/deploy.md
diff --git a/docs/pilote/Pilote-TS-Front/functionalities/functions.md b/docs/archive/pilote/Pilote-TS-Front/functionalities/functions.md
similarity index 100%
rename from docs/pilote/Pilote-TS-Front/functionalities/functions.md
rename to docs/archive/pilote/Pilote-TS-Front/functionalities/functions.md
diff --git a/docs/pilote/Pilote-TS-Front/getting_started/launch_local_application.md b/docs/archive/pilote/Pilote-TS-Front/getting_started/launch_local_application.md
similarity index 100%
rename from docs/pilote/Pilote-TS-Front/getting_started/launch_local_application.md
rename to docs/archive/pilote/Pilote-TS-Front/getting_started/launch_local_application.md
diff --git a/docs/pilote/Pilote-Usager/application/deploy.md b/docs/archive/pilote/Pilote-Usager/application/deploy.md
similarity index 100%
rename from docs/pilote/Pilote-Usager/application/deploy.md
rename to docs/archive/pilote/Pilote-Usager/application/deploy.md
diff --git a/docs/pilote/Pilote-Usager/application/doctypes.md b/docs/archive/pilote/Pilote-Usager/application/doctypes.md
similarity index 100%
rename from docs/pilote/Pilote-Usager/application/doctypes.md
rename to docs/archive/pilote/Pilote-Usager/application/doctypes.md
diff --git a/docs/pilote/Pilote-Usager/application/redux.md b/docs/archive/pilote/Pilote-Usager/application/redux.md
similarity index 100%
rename from docs/pilote/Pilote-Usager/application/redux.md
rename to docs/archive/pilote/Pilote-Usager/application/redux.md
diff --git a/docs/pilote/Pilote-Usager/application/scaffolding.md b/docs/archive/pilote/Pilote-Usager/application/scaffolding.md
similarity index 100%
rename from docs/pilote/Pilote-Usager/application/scaffolding.md
rename to docs/archive/pilote/Pilote-Usager/application/scaffolding.md
diff --git a/docs/pilote/Pilote-Usager/application/services.md b/docs/archive/pilote/Pilote-Usager/application/services.md
similarity index 100%
rename from docs/pilote/Pilote-Usager/application/services.md
rename to docs/archive/pilote/Pilote-Usager/application/services.md
diff --git a/docs/pilote/Pilote-Usager/functionalities/appointments.md b/docs/archive/pilote/Pilote-Usager/functionalities/appointments.md
similarity index 100%
rename from docs/pilote/Pilote-Usager/functionalities/appointments.md
rename to docs/archive/pilote/Pilote-Usager/functionalities/appointments.md
diff --git a/docs/pilote/Pilote-Usager/functionalities/contact.md b/docs/archive/pilote/Pilote-Usager/functionalities/contact.md
similarity index 100%
rename from docs/pilote/Pilote-Usager/functionalities/contact.md
rename to docs/archive/pilote/Pilote-Usager/functionalities/contact.md
diff --git a/docs/pilote/Pilote-Usager/functionalities/cozy-registry.md b/docs/archive/pilote/Pilote-Usager/functionalities/cozy-registry.md
similarity index 100%
rename from docs/pilote/Pilote-Usager/functionalities/cozy-registry.md
rename to docs/archive/pilote/Pilote-Usager/functionalities/cozy-registry.md
diff --git a/docs/pilote/Pilote-Usager/functionalities/document.md b/docs/archive/pilote/Pilote-Usager/functionalities/document.md
similarity index 100%
rename from docs/pilote/Pilote-Usager/functionalities/document.md
rename to docs/archive/pilote/Pilote-Usager/functionalities/document.md
diff --git a/docs/pilote/Pilote-Usager/functionalities/setting.md b/docs/archive/pilote/Pilote-Usager/functionalities/setting.md
similarity index 100%
rename from docs/pilote/Pilote-Usager/functionalities/setting.md
rename to docs/archive/pilote/Pilote-Usager/functionalities/setting.md
diff --git a/docs/pilote/Pilote-Usager/getting_started/launch_local_application.md b/docs/archive/pilote/Pilote-Usager/getting_started/launch_local_application.md
similarity index 100%
rename from docs/pilote/Pilote-Usager/getting_started/launch_local_application.md
rename to docs/archive/pilote/Pilote-Usager/getting_started/launch_local_application.md
diff --git a/docs/pilote/Pilote-Usager/getting_started/launch_local_doctypes.md b/docs/archive/pilote/Pilote-Usager/getting_started/launch_local_doctypes.md
similarity index 100%
rename from docs/pilote/Pilote-Usager/getting_started/launch_local_doctypes.md
rename to docs/archive/pilote/Pilote-Usager/getting_started/launch_local_doctypes.md
diff --git a/docs/pilote/Pilote-Usager/getting_started/launch_local_services.md b/docs/archive/pilote/Pilote-Usager/getting_started/launch_local_services.md
similarity index 100%
rename from docs/pilote/Pilote-Usager/getting_started/launch_local_services.md
rename to docs/archive/pilote/Pilote-Usager/getting_started/launch_local_services.md
diff --git a/docs/pilote/index.mdx b/docs/archive/pilote/index.mdx
similarity index 90%
rename from docs/pilote/index.mdx
rename to docs/archive/pilote/index.mdx
index e4cd33f766cf027ae38fce42c0712b1ecf900b64..d74e788b203b8d979490612efe32f8e61f4b02ae 100644
--- a/docs/pilote/index.mdx
+++ b/docs/archive/pilote/index.mdx
@@ -1,11 +1,15 @@
 # Pilote
 
+:::warning DEPRECATED
+This section of documentation is not relevant anymore.
+:::
+
 <Center>![pilote](/img/mps.png)</Center>
 
 Pilote aims to help people in various administrative processes, allowing them to share their personal information with a social worker to build the best possible claim for every needs.
 
 :::danger "Reminder"
-If you're a new developer tasked to work on this project, please get acquainted with the team [processes](https://forge.grandlyon.com/web-et-numerique/factory/wiki_web_num) and read the advised [dev environment](https://forge.grandlyon.com/web-et-numerique/factory/wiki_web_num) documentation and the self-data [prerequisites](../getting-started/setup.md#installing-prerequisites).
+If you're a new developer tasked to work on this project, please get acquainted with the team [processes](https://forge.grandlyon.com/web-et-numerique/factory/wiki_web_num) and read the advised [dev environment](https://forge.grandlyon.com/web-et-numerique/factory/wiki_web_num) documentation and the self-data [prerequisites](/docs/getting-started/setup.md#installing-prerequisites).
 :::
 
 ## ![gitlab](/img/gitlab-logo.svg) Repositories
diff --git a/docs/proxy/enedis-auth-params.png b/docs/archive/proxy/enedis-auth-params.png
similarity index 100%
rename from docs/proxy/enedis-auth-params.png
rename to docs/archive/proxy/enedis-auth-params.png
diff --git a/docs/proxy/description.mdx b/docs/archive/proxy/index.mdx
similarity index 89%
rename from docs/proxy/description.mdx
rename to docs/archive/proxy/index.mdx
index 02ed17fc042802f74abec41c352d7efbaf0f15ed..c9e4381b3d8c02ac2af113bbdca5e942844f91c9 100644
--- a/docs/proxy/description.mdx
+++ b/docs/archive/proxy/index.mdx
@@ -1,9 +1,13 @@
-# Description
+# Proxy Description
+
+:::warning DEPRECATED
+This section of documentation is not relevant anymore, The proxy is no longer used since we don't use Oauth anymore.
+:::
 
 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](/docs/konnectors/enedis.md) and [grdf konnector](/docs/konnectors/grdf.md) documentation.
+To fully understand its whereabouts, you should also look at the [enedis konnector](/docs/archive/enedis.md) and [grdf konnector](/docs/archive/grdf.md) documentation.
 
-![gitlab](/img/gitlab-logo.svg) [proxy](https://forge.grandlyon.com/pocs/cozy/cozy-oauth-proxy)
+![gitlab](/img/gitlab-logo.svg) [proxy](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/cozy-oauth-proxy)
 
 ## Oauth Dance
 
@@ -11,7 +15,10 @@ To access customer data, one must first obtain customer authorization. This auth
 
 These APIs implement Oauth 2.0 protocol, it requires authentication from the customer along with its given consent.
 
-See both **[Enedis](./use_cases/enedis.mdx)** and **[Grdf](./use_cases/grdfadict.md)** use cases before going further.
+See both use cases before going further :
+
+- **[Enedis](./use_cases/enedis.mdx)**
+- **[Grdf](./use_cases/grdfadict.md)**
 
 ### Cozy Oauth Protocol
 
@@ -119,7 +126,7 @@ With that in mind, the proxy is now the one calling the auth and token provider
 ## Proxy Code Explained
 
 :::info reminder
-Feel free to check the proxy [code](https://forge.grandlyon.com/pocs/cozy/cozy-oauth-proxy) at all time when reading this documentation.
+Feel free to check the proxy [code](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/cozy-oauth-proxy) at all time when reading this documentation.
 :::
 
 The proxy is coded in golang.
diff --git a/docs/proxy/use_cases/enedis.mdx b/docs/archive/proxy/use_cases/enedis.mdx
similarity index 100%
rename from docs/proxy/use_cases/enedis.mdx
rename to docs/archive/proxy/use_cases/enedis.mdx
diff --git a/docs/proxy/use_cases/grdfadict.md b/docs/archive/proxy/use_cases/grdfadict.md
similarity index 100%
rename from docs/proxy/use_cases/grdfadict.md
rename to docs/archive/proxy/use_cases/grdfadict.md
diff --git a/docs/konnectors/0-index.md b/docs/konnectors/0-index.md
index bcb2f1c7b59acc9a53ce43da12405a4b1ab4a401..59960a2b8e8f83b1c46b8f3a1d0edec36a4c6ee4 100644
--- a/docs/konnectors/0-index.md
+++ b/docs/konnectors/0-index.md
@@ -30,3 +30,30 @@ Some variation have to be considered :
 - [enedis sge](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/enedis-sge-konnector)
 - [grdf](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/grdf-konnector)
 - [egl](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/egl-konnector)
+
+## Working with konnectors locally
+
+### Cozy resources
+
+Please see also the [official cozy documentation](https://docs.cozy.io/en/cozy-konnector-libs/).
+
+### Run a konnector locally
+
+To develop a konnector or test it, you will need to be able to run a konnector without the constraints imposed by the cozy stack.
+
+To help you, cozy developed a **standalone** mode for konnectors.
+Simply launch it by typing:
+
+`yarn standalone`
+
+This command will create a **konnector-dev-config.json** file if it was not in your project folder before.
+This file needs to hold all the information transmitted by the cozy stack when the konnector runs by default
+
+- baseUrl
+- apiAuthKey
+- login
+- password and so on...
+
+Type them all in the *fields* object.
+
+All data recovered by the standalone konnector will be stored in the *data* folder.
diff --git a/docs/konnectors/egl.md b/docs/konnectors/egl.md
index 2c53b29bbb6528cd1e0bd23f43909d0f333e1765..861032364917eaa7217ab33632d60d923b76a539 100644
--- a/docs/konnectors/egl.md
+++ b/docs/konnectors/egl.md
@@ -1,4 +1,4 @@
-# EGL Konnector
+# EGL
 
 [EGL repository](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/egl-konnector).
 
diff --git a/docs/konnectors/enedis-sge.md b/docs/konnectors/enedis-sge.md
index 2eeb9991c6329c4d5582246041ef0d396b4c2c21..db2d89fc95b71383717348fc0608505fd981768c 100644
--- a/docs/konnectors/enedis-sge.md
+++ b/docs/konnectors/enedis-sge.md
@@ -1,4 +1,4 @@
-# Enedis SGE Konnector
+# Enedis SGE
 
 This konnector fetches consumption measures from Enedis SGE SOAP API.
 
diff --git a/docs/konnectors/grdf-td.md b/docs/konnectors/grdf-td.md
index 25ff4bca716e1e20075c2e2013b370da6362b9ad..ef3219f838a3e5e961957be5db56670ecc677bb0 100644
--- a/docs/konnectors/grdf-td.md
+++ b/docs/konnectors/grdf-td.md
@@ -1,7 +1,7 @@
 
 # GRDF Tiers Direct
 
-Le connecteur GRDF Tiers Direct prend place dans un contexte où le parcours [Client Connect](./grdf.md) se complexifie et rend l'accès à la donnée trop compliqué pour nos utilisateurs.
+Le connecteur GRDF Tiers Direct prend place dans un contexte où le parcours [Client Connect](../archive/grdf.md) se complexifie et rend l'accès à la donnée trop compliqué pour nos utilisateurs.
 
 Le parcours **"Tiers Direct"** vise à déléguer cette complexité en laissant la gestion du consentement et de son périmètre au tiers (Métropole de Lyon).
 
diff --git a/docs/konnectors/launch_local_konnector.md b/docs/konnectors/launch_local_konnector.md
deleted file mode 100644
index 6f3089f05ee68509cc01e5ac5e8dde050079214f..0000000000000000000000000000000000000000
--- a/docs/konnectors/launch_local_konnector.md
+++ /dev/null
@@ -1,26 +0,0 @@
-# Working with konnectors locally
-
-## Cozy resources
-
-Please see also the [official cozy documentation](https://docs.cozy.io/en/cozy-konnector-libs/).
-
-## Run a konnector locally
-
-To develop a konnector or test it, you will need to be able to run a konnector without the constraints imposed by the cozy stack.
-
-To help you, cozy developed a **standalone** mode for konnectors.
-Simply launch it by typing:
-
-`yarn standalone`
-
-This command will create a **konnector-dev-config.json** file if it was not in your project folder before.
-This file needs to hold all the information transmitted by the cozy stack when the konnector runs by default
-
-- baseUrl
-- apiAuthKey
-- login
-- password and so on...
-
-Type them all in the *fields* object.
-
-All data recovered by the standalone konnector will be stored in the *data* folder.
diff --git a/docs/proxy/monitoring.md b/docs/monitoring.md
similarity index 100%
rename from docs/proxy/monitoring.md
rename to docs/monitoring.md
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index b1c640705670c56fd4284f067be7d1fc481580c5..53476af74cdb7b8ad24aae21e4b56d06f0708157 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -73,16 +73,16 @@ const config: Config = {
         //   position: 'left',
         //   label: 'Ecolyo',
         // },
+        { to: '/docs/getting-started/setup', label: 'Getting started' },
         { to: '/docs/ecolyo/', label: 'Ecolyo' },
         { to: '/docs/ecolyo-agent/', label: 'Ecolyo Agent' },
         { to: '/docs/konnectors/introduction', label: 'Konnectors' },
-        { to: '/docs/getting-started/setup', label: 'Getting started' },
         {
           type: 'dropdown',
           label: 'Infra',
           items: [
             { to: '/docs/openshift', label: 'Openshift' },
-            { to: '/docs/proxy/description', label: 'Proxy' },
+            { to: '/docs/monitoring', label: 'Monitoring' },
           ],
         },
         {
@@ -99,7 +99,18 @@ const config: Config = {
           type: 'dropdown',
           label: 'Archive',
           position: 'right',
-          items: [{ to: '/docs/pilote', label: 'Pilote' }],
+          items: [
+            { to: '/docs/archive/pilote', label: 'Pilote' },
+            { to: '/docs/archive/proxy', label: 'Proxy' },
+            {
+              label: 'GRDF Client Connect',
+              to: '/docs/archive/grdf',
+            },
+            {
+              label: 'Enedis Data Connect',
+              to: '/docs/archive/enedis',
+            },
+          ],
         },
         {
           href: 'https://forge.grandlyon.com/web-et-numerique/factory/llle_project/self-data-technical-doc',
diff --git a/sidebars.ts b/sidebars.ts
index 2bc52bb058f1cecc9bf73fafaf8bbc52d3f3fabc..fe6bb0e63dd880bc5075265133e3ca01c69f7810 100644
--- a/sidebars.ts
+++ b/sidebars.ts
@@ -20,8 +20,7 @@ const sidebars: SidebarsConfig = {
   gettingStarted: [{ type: 'autogenerated', dirName: 'getting-started' }],
   konnectors: [{ type: 'autogenerated', dirName: 'konnectors' }],
   openshift: [{ type: 'autogenerated', dirName: 'openshift' }],
-  pilote: [{ type: 'autogenerated', dirName: 'pilote' }],
-  proxy: [{ type: 'autogenerated', dirName: 'cozystack' }],
+  archive: [{ type: 'autogenerated', dirName: 'archive' }],
   // this custom sidebar allows isolation inside the page but requires much more configuration
   // ecolyoSidebar: [
   //   { type: 'doc', id: 'ecolyo/index', label: 'Introduction' },