Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
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
2 changes: 1 addition & 1 deletion .github/workflows/auto_review_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
auto-add-reviewer:
name: Auto add reviewer to PR
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.5.0
uses: evstack/.github/.github/workflows/reusable_housekeeping.yml@v0.5.0
secrets: inherit
permissions:
issues: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: yarn # or pnpm / npm
- name: Install dependencies
run: yarn install # or pnpm install / npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: yarn # or pnpm / npm
- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Deploy PR previews

on:
# This workflow requires pull_request and won't work with pull_request_target
# due to github permissions
# This workflow requires pull_request and won't work with pull_request_target
# due to github permissions
pull_request:
types:
- opened
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: yarn

- name: Install dependencies
Expand All @@ -37,7 +37,7 @@ jobs:
uses: rossjrw/pr-preview-action@v1
with:
source-dir: .vitepress/dist
deploy-repository: rollkit/docs-preview
deploy-repository: evstack/docs-preview
token: ${{ secrets.PREVIEW_DEPLOY }}
preview-branch: main
umbrella-dir: .
4 changes: 2 additions & 2 deletions .vitepress/components/callout.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<p>This tutorial explores Rollkit, currently in Alpha. If you encounter bugs, please report them via a GitHub <a href="https://github.com/rollkit/docs/issues/new">issue ticket</a> or reach out in our <a href="https://t.me/rollkit">Telegram group</a>.</p>
<p>This tutorial explores Evolve, currently in Alpha. If you encounter bugs, please report them via a GitHub <a href="https://github.com/evstack/docs/issues/new">issue ticket</a> or reach out in our <a href="https://t.me/rollkit">Telegram group</a>.</p>
</div>
</template>

Expand All @@ -12,4 +12,4 @@ export default {

<style scoped>
/* Add any custom styles for the component here */
</style>
</style>
23 changes: 0 additions & 23 deletions .vitepress/components/execution_callout.vue

This file was deleted.

2 changes: 1 addition & 1 deletion .vitepress/components/twitter.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<template>
<blockquote class="twitter-tweet" data-lang="en" data-theme="dark">
<p lang="de" dir="ltr">rollkit start <a href="https://t.co/tytjFm1Z4Y">pic.twitter.com/tytjFm1Z4Y</a></p>&mdash; Josh Stein 🤳✨ (@JoshCStein) <a href="https://twitter.com/JoshCStein/status/1783880747301880161?ref_src=twsrc%5Etfw">April 26, 2024</a>
<p lang="de" dir="ltr">evolve start <a href="https://t.co/tytjFm1Z4Y">pic.twitter.com/tytjFm1Z4Y</a></p>&mdash; Josh Stein 🤳✨ (@JoshCStein) <a href="https://twitter.com/JoshCStein/status/1783880747301880161?ref_src=twsrc%5Etfw">April 26, 2024</a>
</blockquote>
</template>

Expand Down
160 changes: 71 additions & 89 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,50 +9,24 @@ const { BASE: base = "/" } = process.env;
// https://vitepress.dev/reference/site-config
export default withMermaid({
lang: "en-US",
title: "Rollkit",
description: "The unstoppable stack",
title: " ",
titleTemplate: false,
description: "Launch Fast. Build Your Own Network.",
lastUpdated: true,
cleanUrls: true,
ignoreDeadLinks: true,
base: base,
sitemap: {
hostname: "https://rollkit.dev",
hostname: "https://evolve.dev",
},

head: [
["link", { rel: "icon", href: "/img/favicon.svg", type: "image/svg+xml" }],
["link", { rel: "icon", href: "/img/favicon.png", type: "image/png" }],
// [
// 'link',
// {
// rel: 'icon',
// type: 'image/svg+xml',
// href: '/img/favicon-dark.svg',
// media: '(prefers-color-scheme: dark)',
// },
// ],
// [
// 'link',
// {
// rel: 'icon',
// type: 'image/png',
// href: '/img/favicon-dark.png',
// media: '(prefers-color-scheme: dark)',
// },
// ],
[
"link",
{ rel: "shortcut icon", href: "/favicon.ico", type: "image/x-icon" },
],
// [
// 'link',
// {
// rel: 'icon',
// type: 'image/x-icon',
// href: '/img/favicon-dark.ico',
// media: '(prefers-color-scheme: dark)',
// },
// ],
["meta", { name: "msapplication-TileColor", content: "#fff" }],
["meta", { name: "theme-color", content: "#fff" }],
[
Expand All @@ -67,33 +41,16 @@ export default withMermaid({
"meta",
{
property: "description",
content: "The unstoppable stack.",
content: "Own It. Shape It. Launch It. Evolve your app",
},
],
["meta", { httpEquiv: "Content-Language", content: "en" }],
["meta", { name: "twitter:card", content: "summary_large_image" }],
["meta", { name: "twitter:image", content: "/img/Rollkit-cover.jpg" }],
["meta", { name: "twitter:site:domain", content: "rollkit.dev" }],
["meta", { name: "twitter:url", content: "https://rollkit.dev" }],
["meta", { name: "og:image", content: "/img/Rollkit-cover.jpg" }],
["meta", { name: "apple-mobile-web-app-title", content: "Rollkit" }],
[
"script",
{},
`
window.chatbaseConfig = {
chatbotId: "sw0sRxREFEQLTdqwC_Fbe",
}
`,
],
[
"script",
{
src: "https://www.chatbase.co/embed.min.js",
id: "sw0sRxREFEQLTdqwC_Fbe",
defer: true,
},
],
["meta", { name: "twitter:image", content: "/img/Evolve-cover.jpg" }],
["meta", { name: "twitter:site:domain", content: "evolve.dev" }],
["meta", { name: "twitter:url", content: "https://evolve.dev" }],
["meta", { name: "og:image", content: "/img/Evolve-cover.jpg" }],
["meta", { name: "apple-mobile-web-app-title", content: "Evolve" }],
[
"script",
{
Expand All @@ -102,14 +59,45 @@ export default withMermaid({
defer: true,
},
],
[
"script",
{
src: "https://platform.twitter.com/widgets.js",
async: true,
},
],
],

// // Build optimizations
// vite: {
// build: {
// rollupOptions: {
// output: {
// manualChunks: (id) => {
// // Extract vendor chunks
// if (id.includes('node_modules')) {
// if (id.includes('vue') || id.includes('@vue')) {
// return 'vue';
// }
// if (id.includes('mermaid')) {
// return 'mermaid';
// }
// return 'vendor';
// }
// },
// },
// },
// // Enable minification
// minify: 'terser',
// terserOptions: {
// compress: {
// drop_console: true,
// drop_debugger: true,
// },
// },
// // Optimize chunk size
// chunkSizeWarningLimit: 1000,
// },
// // Optimize dependencies
// optimizeDeps: {
// include: ['vue', '@vue/runtime-core', '@vue/runtime-dom', '@vue/shared'],
// exclude: ['vitepress'],
// },
// },

themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: nav(),
Expand All @@ -119,7 +107,7 @@ export default withMermaid({

footer: {
message: "Released under the APACHE-2.0 License",
copyright: "Copyright © 2023 Rollkit",
copyright: "Copyright © 2024 Evolve",
},

search: {
Expand All @@ -134,20 +122,20 @@ export default withMermaid({
},

editLink: {
pattern: "https://github.com/rollkit/docs/edit/main/:path",
pattern: "https://github.com/evstack/docs/edit/main/:path",
text: "Edit this page on GitHub",
},

logo: {
alt: "Rollkit Logo",
light: "/img/logo.svg",
dark: "/img/logo-dark.svg",
alt: "Evolve Logo",
light: "/img/logo.png",
dark: "/img/logo.png",
},

socialLinks: [
{ icon: "github", link: "https://github.com/rollkit/rollkit" },
{ icon: "twitter", link: "https://twitter.com/RollkitDev" },
{ icon: { svg: telegramSVG }, link: "https://t.me/rollkit" },
{ icon: "github", link: "https://github.com/evstack" },
{ icon: "twitter", link: "https://twitter.com/ev_stack" },
{ icon: { svg: telegramSVG }, link: "https://t.me/+2p8-IYf6sQ0zNmEx" },
],
},
transformPageData(pageData) {
Expand All @@ -158,8 +146,8 @@ export default withMermaid({
name: "og:title",
content:
pageData.frontmatter.layout === "home"
? `Rollkit`
: `${pageData.title} | Rollkit`,
? `Evolve`
: `${pageData.title} | Evolve`,
},
{
name: "og:description",
Expand All @@ -184,7 +172,7 @@ function sidebarHome() {
collapsed: true,
items: [
{
text: "About Rollkit",
text: "About Evolve",
link: "/learn/about",
},
{
Expand All @@ -201,7 +189,7 @@ function sidebarHome() {
},
{
text: "Execution",
link: "/learn/execution"
link: "/learn/execution",
},
{
text: "Technical Specifications",
Expand Down Expand Up @@ -244,13 +232,13 @@ function sidebarHome() {
},
],
},
{
text: "Execution",
collapsed: true,
items: [
{ text: "CosmWasm", link: "/guides/execution/cosmwasm" },
],
},
// {
// text: "Execution",
// collapsed: true,
// items: [
// { text: "CosmWasm", link: "/guides/execution/cosmwasm" },
// ],
// },
{
text: "Deploy your chain",
collapsed: true,
Expand Down Expand Up @@ -281,7 +269,7 @@ function sidebarHome() {
text: "Reth State Backup",
link: "/guides/evm/reth-backup",
},
]
],
},
{
text: "Run a Full Node",
Expand All @@ -296,8 +284,8 @@ function sidebarHome() {
link: "/guides/reset-state",
},
{
text: "CometBFT into a Rollkit app",
link: "/guides/cometbft-to-rollkit",
text: "CometBFT into a Evolve app",
link: "/guides/cometbft-to-evolve",
},
{
text: "Create genesis for your chain",
Expand All @@ -316,13 +304,7 @@ function sidebarHome() {
{
text: "Blog",
collapsed: true,
items: [
{ text: "Overview", link: "/blog/overview" },
{
text: "Rollkit: The First Sovereign Rollup Framework",
link: "/blog/rollkit-the-first-sovereign-rollup-framework",
},
],
items: [{ text: "Overview", link: "/blog/overview" }],
},
];
}
Loading
Loading