From 9176e21e5b5988a1ac0816141d66ef59bc119ac8 Mon Sep 17 00:00:00 2001 From: Bastien DUMONT <bdumont@grandlyon.com> Date: Wed, 19 Jun 2024 09:31:58 +0000 Subject: [PATCH] chore: move proxy and old konnectors to archive --- docs/{konnectors => archive}/enedis.md | 6 ++-- docs/{konnectors => archive}/grdf.md | 6 ++-- .../Pilote-TS-Back/application/deploy.md | 0 .../Pilote-TS-Back/functionalities/routes.md | 0 .../launch_local_application.md | 0 .../project_architecture/architecture.md | 0 .../project_architecture/share_sms.png | Bin .../Pilote-TS-Front/application/deploy.md | 0 .../functionalities/functions.md | 0 .../launch_local_application.md | 0 .../Pilote-Usager/application/deploy.md | 0 .../Pilote-Usager/application/doctypes.md | 0 .../pilote/Pilote-Usager/application/redux.md | 0 .../Pilote-Usager/application/scaffolding.md | 0 .../Pilote-Usager/application/services.md | 0 .../functionalities/appointments.md | 0 .../Pilote-Usager/functionalities/contact.md | 0 .../functionalities/cozy-registry.md | 0 .../Pilote-Usager/functionalities/document.md | 0 .../Pilote-Usager/functionalities/setting.md | 0 .../launch_local_application.md | 0 .../getting_started/launch_local_doctypes.md | 0 .../getting_started/launch_local_services.md | 0 docs/{ => archive}/pilote/index.mdx | 6 +++- .../proxy/enedis-auth-params.png | Bin .../proxy/index.mdx} | 17 +++++++---- docs/{ => archive}/proxy/use_cases/enedis.mdx | 0 .../proxy/use_cases/grdfadict.md | 0 docs/konnectors/0-index.md | 27 ++++++++++++++++++ docs/konnectors/egl.md | 2 +- docs/konnectors/enedis-sge.md | 2 +- docs/konnectors/grdf-td.md | 2 +- docs/konnectors/launch_local_konnector.md | 26 ----------------- docs/{proxy => }/monitoring.md | 0 docusaurus.config.ts | 17 +++++++++-- sidebars.ts | 3 +- 36 files changed, 68 insertions(+), 46 deletions(-) rename docs/{konnectors => archive}/enedis.md (96%) rename docs/{konnectors => archive}/grdf.md (95%) rename docs/{ => archive}/pilote/Pilote-TS-Back/application/deploy.md (100%) rename docs/{ => archive}/pilote/Pilote-TS-Back/functionalities/routes.md (100%) rename docs/{ => archive}/pilote/Pilote-TS-Back/getting_started/launch_local_application.md (100%) rename docs/{ => archive}/pilote/Pilote-TS-Back/project_architecture/architecture.md (100%) rename docs/{ => archive}/pilote/Pilote-TS-Back/project_architecture/share_sms.png (100%) rename docs/{ => archive}/pilote/Pilote-TS-Front/application/deploy.md (100%) rename docs/{ => archive}/pilote/Pilote-TS-Front/functionalities/functions.md (100%) rename docs/{ => archive}/pilote/Pilote-TS-Front/getting_started/launch_local_application.md (100%) rename docs/{ => archive}/pilote/Pilote-Usager/application/deploy.md (100%) rename docs/{ => archive}/pilote/Pilote-Usager/application/doctypes.md (100%) rename docs/{ => archive}/pilote/Pilote-Usager/application/redux.md (100%) rename docs/{ => archive}/pilote/Pilote-Usager/application/scaffolding.md (100%) rename docs/{ => archive}/pilote/Pilote-Usager/application/services.md (100%) rename docs/{ => archive}/pilote/Pilote-Usager/functionalities/appointments.md (100%) rename docs/{ => archive}/pilote/Pilote-Usager/functionalities/contact.md (100%) rename docs/{ => archive}/pilote/Pilote-Usager/functionalities/cozy-registry.md (100%) rename docs/{ => archive}/pilote/Pilote-Usager/functionalities/document.md (100%) rename docs/{ => archive}/pilote/Pilote-Usager/functionalities/setting.md (100%) rename docs/{ => archive}/pilote/Pilote-Usager/getting_started/launch_local_application.md (100%) rename docs/{ => archive}/pilote/Pilote-Usager/getting_started/launch_local_doctypes.md (100%) rename docs/{ => archive}/pilote/Pilote-Usager/getting_started/launch_local_services.md (100%) rename docs/{ => archive}/pilote/index.mdx (90%) rename docs/{ => archive}/proxy/enedis-auth-params.png (100%) rename docs/{proxy/description.mdx => archive/proxy/index.mdx} (89%) rename docs/{ => archive}/proxy/use_cases/enedis.mdx (100%) rename docs/{ => archive}/proxy/use_cases/grdfadict.md (100%) delete mode 100644 docs/konnectors/launch_local_konnector.md rename docs/{proxy => }/monitoring.md (100%) 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 1adfe42..0cda7fd 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 971f5be..5af46c0 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 e4cd33f..d74e788 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></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). ::: ##  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 02ed17f..c9e4381 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. - [proxy](https://forge.grandlyon.com/pocs/cozy/cozy-oauth-proxy) + [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 bcb2f1c..59960a2 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 2c53b29..8610323 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 2eeb999..db2d89f 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 25ff4bc..ef3219f 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 6f3089f..0000000 --- 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 b1c6407..53476af 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 2bc52bb..fe6bb0e 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' }, -- GitLab