From 68ed6fd80006a039fbcdfc0fea89b2afa6aab305 Mon Sep 17 00:00:00 2001 From: Bastien Dumont <bdumont@grandlyon.com> Date: Mon, 13 May 2024 09:46:28 +0200 Subject: [PATCH] add deprecated for grdf client connect --- docs/konnectors/enedis.md | 2 +- docs/konnectors/grdf.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/konnectors/enedis.md b/docs/konnectors/enedis.md index b1f548e..1adfe42 100644 --- a/docs/konnectors/enedis.md +++ b/docs/konnectors/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 +This section of documentation is not relevant anymore, enedis data connect has been replaced with [enedis sge](./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. diff --git a/docs/konnectors/grdf.md b/docs/konnectors/grdf.md index 37f397b..971f5be 100644 --- a/docs/konnectors/grdf.md +++ b/docs/konnectors/grdf.md @@ -1,4 +1,8 @@ -# GRDF Adict Konnector +# 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 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. You can clone the project [here](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/grdf-adict-konnector). -- GitLab