From 4d74d6f8495f11097d9da1a39a3b7ef1ff6342c7 Mon Sep 17 00:00:00 2001 From: jcstein <46639943+jcstein@users.noreply.github.com> Date: Wed, 20 Nov 2024 21:22:42 +0700 Subject: [PATCH] docs: clarify build-whatever --- .vitepress/config.ts | 6 +++--- how-to-guides/quick-start.md | 2 +- how-to-guides/{build-whatever.md => rollup-stacks.md} | 3 +-- tutorials/integrate-celestia.md | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) rename how-to-guides/{build-whatever.md => rollup-stacks.md} (97%) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 14b7ad36853..d0e7aface00 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -233,7 +233,7 @@ function nav() { items: [ { text: "Learn", link: "/learn/how-celestia-works/overview" }, { text: "Quick start", link: "/how-to-guides/quick-start" }, - { text: "Build whatever", link: "/how-to-guides/build-whatever" }, + { text: "Rollup stacks", link: "/how-to-guides/rollup-stacks" }, { text: "Resources", items: [ @@ -535,12 +535,12 @@ function sidebarHome() { ], }, { - text: "Build whatever", + text: "Rollup stacks", collapsed: true, items: [ { text: "Overview", - link: "/how-to-guides/build-whatever", + link: "/how-to-guides/rollup-stacks", }, { text: "EVM", diff --git a/how-to-guides/quick-start.md b/how-to-guides/quick-start.md index d4fd9e1d2cf..c9fc2a713f7 100644 --- a/how-to-guides/quick-start.md +++ b/how-to-guides/quick-start.md @@ -277,6 +277,6 @@ If you run into issues, check out the [troubleshooting](./celestia-node-troubles ## Next steps -Check out the [build whatever page](./build-whatever.md) to get started learning about ways to build with Celestia underneath. +Check out the [rollup stacks page](./rollup-stacks.md) to get started learning about ways to build whatever with Celestia underneath. Head to the next page to learn about different node types for the consensus and DA networks. diff --git a/how-to-guides/build-whatever.md b/how-to-guides/rollup-stacks.md similarity index 97% rename from how-to-guides/build-whatever.md rename to how-to-guides/rollup-stacks.md index e9e8ac971a3..f40e85ef767 100644 --- a/how-to-guides/build-whatever.md +++ b/how-to-guides/rollup-stacks.md @@ -2,7 +2,7 @@ description: Advantages of building on modular blockchains like Celestia. --- -# Build whatever +# Rollup stacks If you're a developer and want to know what the benefits of modular blockchains are for you, you’ve come to the right place. This page will give you the rundown on modular @@ -26,7 +26,6 @@ Here are a few options that are currently available for developers.
- diff --git a/tutorials/integrate-celestia.md b/tutorials/integrate-celestia.md index 861a8b79fb2..7f51706adcb 100644 --- a/tutorials/integrate-celestia.md +++ b/tutorials/integrate-celestia.md @@ -19,7 +19,7 @@ When getting started with Celestia, we recommend checking out these resources fi - [Celestia's DA Layer](../learn/how-celestia-works/data-availability-layer.md) - [Learn modular](https://celestia.org/learn) - [Overview to running nodes on Celestia](../how-to-guides/nodes-overview.md) -- [Build whatever](./build-whatever.md) +- [Rollup stacks](./rollup-stacks.md) ## Celestia service provider notes