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 8 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
23 changes: 0 additions & 23 deletions .vitepress/components/execution_callout.vue

This file was deleted.

148 changes: 68 additions & 80 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,
Comment thread
tac0turtle marked this conversation as resolved.
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: "Launch Fast. Build Your Own Network. Modular. Production-ready. Yours.",
},
],
["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",
Comment thread
tac0turtle marked this conversation as resolved.
},

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 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 @@ -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 Down
15 changes: 7 additions & 8 deletions .vitepress/constants/constants.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
const constants = Object.freeze({
golangVersion: "go1.22.3",
golangVersion: "go1.24.0",

rollkitLatestTag: "v1.0.0-beta.1",
rollkitLatestSha: "cd1970de",
rollkitCosmosSDKVersion: "v0.50.6-rollkit-v0.13.3-no-fraud-proofs",
rollkitIgniteAppVersion: "rollkit/v0.2.1",
evolveLatestTag: "v1.0.0-beta.2",
evolveLatestSha: "cd1970de",
evolveIgniteAppVersion: "rollkit/v0.3.0",

localDALatestTag: "v1.0.0-beta.1",
igniteVersionTag: "v28.5.3",

celestiaNodeArabicaTag: "v0.23.4-arabica",
celestiaNodeArabicaRollkitTag: "v1.0.0-beta.1",
celestiaNodeArabicaEvolveTag: "v1.0.0-beta.1",
celestiaNodeMochaTag: "v0.23.4-mocha",
celestiaNodeMochaRollkitTag: "v1.0.0-beta.1",
celestiaNodeMochaEvolveTag: "v1.0.0-beta.1",
celestiaNodeMainnetTag: "v0.22.3",
celestiaNodeMainnetRollkitTag: "v1.0.0-beta.1",
celestiaNodeMainnetEvolveTag: "v1.0.0-beta.1",
});
export default constants;
Loading
Loading