Skip to content

Commit

Permalink
Unstoppable framing (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manav-Aggarwal authored Oct 6, 2024
1 parent 695b47b commit 0a00880
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { BASE: base = "/" } = process.env;
export default withMermaid({
lang: "en-US",
title: "Rollkit",
description: "The first sovereign rollup framework.",
description: "The unstoppable stack",
lastUpdated: true,
cleanUrls: true,
ignoreDeadLinks: true,
Expand Down Expand Up @@ -67,7 +67,7 @@ export default withMermaid({
"meta",
{
property: "description",
content: "The first sovereign rollup framework.",
content: "The unstoppable stack.",
},
],
["meta", { httpEquiv: "Content-Language", content: "en" }],
Expand Down Expand Up @@ -352,8 +352,8 @@ function sidebarHome() {
link: "/blog/sovereign-rollups-on-bitcoin",
},
{
text: "Rollkit: The First Sovereign Rollup Framework",
link: "/blog/rollkit-the-first-sovereign-rollup-framework",
text: "Rollkit: The Unstoppable Stack",
link: "/blog/rollkit-the-unstoppable-stack",
},
],
},
Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ titleTemplate: ':title'

hero:
name: "Rollkit"
text: "The first sovereign rollup framework"
tagline: Launch a sovereign, customizable blockchain as easily as a smart contract
text: "The unstoppable stack"
tagline: Launch an unstoppable blockchain as easily as a smart contract
image:
src: /img/logo-big.svg
alt: Rollkit
Expand Down
6 changes: 4 additions & 2 deletions learn/intro.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Introduction

Welcome to the Rollkit docs. We're happy you made it here!
Our mission is to allow anyone to launch their own sovereign, customizable blockchain as easily as a smart contract by utilizing the shared security of a modular data availability network.
Rollkit allows anyone to launch an unstoppable blockchain as easily as a smart contract.

Rollkit is the first sovereign rollup framework, and we're setting the bar high for developers' flexibility and ability to customize rollups however they see fit.
Rollkit is the unstoppable stack.

We're setting the bar high for developers' flexibility and ability to customize blockchains however they see fit.

0 comments on commit 0a00880

Please sign in to comment.