From 6f755801eaf76a1e3f70c62160a590beece2d848 Mon Sep 17 00:00:00 2001 From: Yaz Khoury Date: Wed, 29 Nov 2023 22:42:33 +0000 Subject: [PATCH 1/2] Update dev docs for L2s --- .vitepress/config.ts | 80 +++++++++++++++++++++++--------------------- 1 file changed, 41 insertions(+), 39 deletions(-) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index d51ed11d86d..ac933ae41f6 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -542,59 +542,61 @@ function sidebarHome() { link: "/developers/rollup-overview", collapsed: true, items: [ - { text: "Rollkit", link: "/developers/rollkit" }, - { - text: "ETH fallback mechanism", - link: "/developers/eth-fallback", - }, { - text: "Optimism", + text: "Ethereum L2s", collapsed: true, items: [ { - text: "Intro to OP Stack integration", - link: "/developers/intro-to-op-stack", - }, - { - text: "Bubs testnet", - link: "/developers/bubs-testnet", - }, - { - text: "Deploy a smart contract on Bubs testnet", - link: "/developers/deploy-on-bubs", - }, - { - text: "Deploy a dapp on Bubs testnet", - link: "/developers/gm-portal-bubs", - }, - { - text: "Deploy an OP Stack devnet", - link: "/developers/optimism-devnet", - }, - { - text: "Deploy an OP Stack devnet on Celestia", - link: "/developers/optimism", - }, - { - text: "Deploy a dapp with thirdweb", - link: "https://thirdweb.com/bubs-testnet", + text: "ETH fallback mechanism", + link: "/developers/eth-fallback", }, { - text: "Rollups-as-a-Service", + text: "Optimism", collapsed: true, items: [ { - text: "Caldera", - link: "https://caldera.xyz/", + text: "Intro to OP Stack integration", + link: "/developers/intro-to-op-stack", + }, + { + text: "Bubs testnet", + link: "/developers/bubs-testnet", + }, + { + text: "Deploy a smart contract on Bubs testnet", + link: "/developers/deploy-on-bubs", + }, + { + text: "Deploy a dapp on Bubs testnet", + link: "/developers/gm-portal-bubs", + }, + { + text: "Deploy an OP Stack devnet", + link: "/developers/optimism-devnet", + }, + { + text: "Deploy an OP Stack devnet on Celestia", + link: "/developers/optimism", + }, + { + text: "Deploy a dapp with thirdweb", + link: "https://thirdweb.com/bubs-testnet", + }, + { + text: "Rollups-as-a-Service", + collapsed: true, + items: [ + { + text: "Caldera", + link: "https://caldera.xyz/", + }, + ], }, ], }, ], }, - { - text: "Full stack dapp tutorial", - link: "https://rollkit.dev/tutorials/polaris-evm", - }, + { text: "Rollkit", link: "/developers/rollkit" }, { text: "Astria", collapsed: true, From e510e8dab871b2be2d70cd4622efc163ddfb5db0 Mon Sep 17 00:00:00 2001 From: Yaz Khoury Date: Thu, 30 Nov 2023 08:23:44 +0000 Subject: [PATCH 2/2] Update config.ts --- .vitepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index ac933ae41f6..08cbc370cea 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -547,7 +547,7 @@ function sidebarHome() { collapsed: true, items: [ { - text: "ETH fallback mechanism", + text: "Ethereum fallback mechanism", link: "/developers/eth-fallback", }, {