From 470f3ef6acb2a1fde1dc0581e3b4c96f8178b7f1 Mon Sep 17 00:00:00 2001 From: Burak Benligiray Date: Thu, 6 Mar 2025 16:46:33 +0300 Subject: [PATCH] Remove the old integrations page --- docs/dapps/integration/old-integrations.md | 16 ---------------- docs/dapps/sidebar.js | 4 ---- 2 files changed, 20 deletions(-) delete mode 100644 docs/dapps/integration/old-integrations.md diff --git a/docs/dapps/integration/old-integrations.md b/docs/dapps/integration/old-integrations.md deleted file mode 100644 index 3f791d68..00000000 --- a/docs/dapps/integration/old-integrations.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Old integrations -pageHeader: dApps → Integration ---- - - - -# Old integrations - -If you are calling `read()` of a DapiProxy or a DapiProxyWithOev instead of [Api3ReaderProxyV1](/dapps/integration/contract-integration.md#api3readerproxyv1), your integration is of an older version. -While we'll continue supporting these older integrations, we recommend upgrading to the new version following our [integration instructions](/dapps/integration/index). -This upgrade enables us to update your proxy when needed, protecting you from potential risks. -Note that DapiProxyWithOev users must upgrade to restore their discontinued OEV support. - -If you are calling `read()` of a DataFeedProxy, or a DataFeedProxyWithOev, or Api3ServerV1 directly, we strongly recommend switching to the new integration version. -These integration methods were never documented in Api3 docs, and we now actively discourage their use. diff --git a/docs/dapps/sidebar.js b/docs/dapps/sidebar.js index 39c8300b..e20f030b 100644 --- a/docs/dapps/sidebar.js +++ b/docs/dapps/sidebar.js @@ -28,10 +28,6 @@ module.exports = [ text: 'Security considerations', link: '/dapps/integration/security-considerations', }, - { - text: 'Old integrations', - link: '/dapps/integration/old-integrations', - }, ], }, {