From a508e97d8d89d52123ab926cf8cba19dd8f0eb97 Mon Sep 17 00:00:00 2001 From: Daniel Helm Date: Thu, 31 Oct 2024 08:31:03 -0500 Subject: [PATCH] SDK: additional fixes, remove integrations --- src/config/sidebar.ts | 8 ++-- .../en/sdk/technical-stack/integrations.mdx | 39 +------------------ 2 files changed, 5 insertions(+), 42 deletions(-) diff --git a/src/config/sidebar.ts b/src/config/sidebar.ts index c2145bbc..a75eefe7 100644 --- a/src/config/sidebar.ts +++ b/src/config/sidebar.ts @@ -377,10 +377,10 @@ export const getSidebar = () => { title: t("sidebar.sdk.proofGeneration"), url: formatUrl("sdk/technical-stack/proof-generation"), }, - { - title: t("sidebar.sdk.integrations"), - url: formatUrl("sdk/technical-stack/integrations"), - }, + // { + // title: t("sidebar.sdk.integrations"), + // url: formatUrl("sdk/technical-stack/integrations"), + // }, ], }, { diff --git a/src/content/docs/en/sdk/technical-stack/integrations.mdx b/src/content/docs/en/sdk/technical-stack/integrations.mdx index 795aef55..afb12d0f 100644 --- a/src/content/docs/en/sdk/technical-stack/integrations.mdx +++ b/src/content/docs/en/sdk/technical-stack/integrations.mdx @@ -10,41 +10,4 @@ import Aside from "../../../../../components/Aside.astro" Scroll is collaborating with a number of projects to integrate their technologies with Scroll SDK. -We'll continue to expand this list as we onboard more partners, but the best place to see our launch collaborators is on the [Scroll SDK Launch Announcement](https://scroll.io/blog/scroll-sdk-and-gadgets-building-the-foundation-for-ethereums-multichain-future). - -{/* TODO: Check list and add links */} -{/* ## Rollup-As-A-Service Providers - -- AltLayer -- Gateway.fm -- Zeeve -- Unifra - -## Prover Partners - -A number of companies are providing proof generation services for Scroll SDK. For more information on how to use prover services, see the [Proof Generation](/en/sdk/technical-stack/proof-generation) article. - -- Sindri -- Snarkify -- Soon: - - Gevulot - - Cystic - -## Block Explorers - -- Blockscout -- Dora -{/* - L2Scan */} -{/* - Socialscan */} - -## Indexers - -- Goldsky -- SimpleHash -- Hemera - -## Data Dashboards - -- SimpleHash - -## S */} \ No newline at end of file +We'll continue to expand this list as we onboard more partners, but the best place to see our launch collaborators is on the [Scroll SDK Launch Announcement](https://scroll.io/blog/scroll-sdk-and-gadgets-building-the-foundation-for-ethereums-multichain-future). \ No newline at end of file