Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 17 additions & 31 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ function sidebarHome() {
link: "/nodes/celestia-app-metrics",
},
{
text: "Jailing and Slashing mechanics",
text: "Jailing and slashing mechanics",
link: "/nodes/celestia-app-slashing",
},
{
Expand Down Expand Up @@ -547,14 +547,6 @@ function sidebarHome() {
text: "How to customize your Orbit chain's deployment configuration",
link: "https://docs.arbitrum.io/launch-orbit-chain/how-tos/customize-deployment-configuration",
},
{
text: "Deploy a smart contract on Arbitrum rollup",
link: "/developers/arbitrum-smart-contract",
},
{
text: "Deploy a dapp on your Arbitrum rollup devnet",
link: "/developers/arbitrum-dapp-deploy",
},
{
text: "Audit",
link: "https://github.com/celestiaorg/nitro/blob/celestia-v2.3.3/audits/celestia/arbitrum_nitro_celestia_audit_report.pdf",
Expand All @@ -567,8 +559,8 @@ function sidebarHome() {
items: [
{ text: "Documentation", link: "https://docs.astria.org" },
{
text: "Deploy to Dusknet",
link: "https://docs.astria.org/docs/local-rollup/introduction/",
text: "Just deploy",
link: "https://docs.astria.org/developer/tutorials/install-the-cli",
},
],
},
Expand All @@ -580,33 +572,27 @@ function sidebarHome() {
text: "Intro to OP Stack integration",
link: "/developers/intro-to-op-stack",
},
{
text: "Bubs testnet",
link: "/developers/bubs-testnet",
},
{
text: "Raspberry testnet",
link: "https://raas.gelato.network/rollups/details/public/opcelestia-raspberry",
},
{
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: "Run an OP Stack devnet posting Celestia",
link: "/developers/optimism",
},
{
text: "Audit",
link: "https://docs.celestia.org/audits/Celestia_OP_Stack_Audit.pdf",
text: "OP Stack testnets",
collapsed: true,
items: [
{
text: "Bubs testnet",
link: "/developers/bubs-testnet",
},
{
text: "Raspberry testnet",
link: "https://raas.gelato.network/rollups/details/public/opcelestia-raspberry",
},
]
},
{
text: "Deploy a dapp with thirdweb",
link: "https://thirdweb.com/bubs-testnet",
text: "Audit",
link: "https://docs.celestia.org/audits/Celestia_OP_Stack_Audit.pdf",
},
{
text: "Rollups as a Service",
Expand Down
3 changes: 3 additions & 0 deletions developers/arbitrum-bridge.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
description: A guide on how to bridge in and out of your Arbitrum Orbit rollup.
next:
text: "Intro to OP Stack integration"
link: "/developers/intro-to-op-stack"
---

# Bridging in and out of your Orbit rollup
Expand Down
120 changes: 0 additions & 120 deletions developers/arbitrum-dapp-deploy.md

This file was deleted.

Loading
Loading