Skip to content

Update framing #476

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 6, 2024
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
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.
Loading