Skip to content

Commit

Permalink
feat: remove celestia tutorial (#310)
Browse files Browse the repository at this point in the history
no results for rollkit, and 1 result for celestia in hyperlane docs: https://docs.hyperlane.xyz/docs/guides/ecosystems/celestia
  • Loading branch information
jcstein authored Jan 23, 2024
1 parent 2bb161f commit d8b3558
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ function sidebarHome() {
items: [
{ text: 'Full and sequencer node rollup setup', link: '/tutorials/full-and-sequencer-node'},
{ text: 'Full-stack modular dapp with Celestia', link: 'https://docs.celestia.org/developers/full-stack-modular-development-guide'},
{ text: 'Hyperlane + Celestia tutorial', link: 'https://docs.hyperlane.xyz/docs/deploy/celestia-+-hyperlane'},
]
},
{
Expand Down
1 change: 0 additions & 1 deletion learn/building-and-deploying-a-rollup.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ You can get started with the following tutorials:
## 3️. Advanced {#advanced}

- [Full-stack modular dapp with Celestia](https://docs.celestia.org/developers/full-stack-modular-development-guide)
- [Hyperlane + Celestia tutorial](https://docs.hyperlane.xyz/docs/deploy/celestia-+-hyperlane)

## 💻 Support {#support}

Expand Down
1 change: 0 additions & 1 deletion learn/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ If you're familiar with Rollkit, you may want to skip to the [tutorials section]

- [Full and sequencer node rollup setup](/tutorials/full-and-sequencer-node)
- [Full-stack modular dapp with Celestia](https://docs.celestia.org/developers/full-stack-modular-development-guide)
- [Hyperlane + Celestia tutorial](https://docs.hyperlane.xyz/docs/deploy/celestia-+-hyperlane)

### Guides

Expand Down
1 change: 0 additions & 1 deletion tutorials/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ In this section, you'll find:
* Advanced
* [Full and sequencer node rollup setup](/tutorials/full-and-sequencer-node.md)
* [Full-stack modular dapp with Celestia](https://docs.celestia.org/developers/full-stack-modular-development-guide)
* [Hyperlane + Celestia tutorial](https://docs.hyperlane.xyz/docs/deploy-hyperlane)
* Guides
* [How to change speed of block production](/tutorials/block-times.md)
* [How to use lazy sequencing (aggregation)](/tutorials/lazy-sequencing.md)
Expand Down

0 comments on commit d8b3558

Please sign in to comment.