Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 29fca71

Browse files
committed
update links
1 parent d02b0c3 commit 29fca71

File tree

3 files changed

+8
-15
lines changed

3 files changed

+8
-15
lines changed

.vitepress/config.ts

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ export default withMermaid({
4141
"meta",
4242
{
4343
property: "description",
44-
content: "Launch Fast. Build Your Own Network. Modular. Production-ready. Yours.",
44+
content:
45+
"Launch Fast. Build Your Own Network. Modular. Production-ready. Yours.",
4546
},
4647
],
4748
["meta", { httpEquiv: "Content-Language", content: "en" }],
@@ -60,7 +61,7 @@ export default withMermaid({
6061
},
6162
],
6263
],
63-
64+
6465
// // Build optimizations
6566
// vite: {
6667
// build: {
@@ -97,7 +98,7 @@ export default withMermaid({
9798
// exclude: ['vitepress'],
9899
// },
99100
// },
100-
101+
101102
themeConfig: {
102103
// https://vitepress.dev/reference/default-theme-config
103104
nav: nav(),
@@ -189,7 +190,7 @@ function sidebarHome() {
189190
},
190191
{
191192
text: "Execution",
192-
link: "/learn/execution"
193+
link: "/learn/execution",
193194
},
194195
{
195196
text: "Technical Specifications",
@@ -269,7 +270,7 @@ function sidebarHome() {
269270
text: "Reth State Backup",
270271
link: "/guides/evm/reth-backup",
271272
},
272-
]
273+
],
273274
},
274275
{
275276
text: "Run a Full Node",
@@ -304,13 +305,7 @@ function sidebarHome() {
304305
{
305306
text: "Blog",
306307
collapsed: true,
307-
items: [
308-
{ text: "Overview", link: "/blog/overview" },
309-
{
310-
text: "Rollkit: The First Sovereign Rollup Framework",
311-
link: "/blog/rollkit-the-first-sovereign-rollup-framework",
312-
},
313-
],
308+
items: [{ text: "Overview", link: "/blog/overview" }],
314309
},
315310
];
316311
}

blog/overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ Welcome to our blog! Here, you'll find a variety of articles on a range of topic
88

99
## Table of contents
1010

11-
- [Rollkit: The First Sovereign Rollup Framework](/blog/rollkit-the-first-sovereign-rollup-framework.md)
12-
1311
Stay tuned for more exciting content!

guides/evm/reth-backup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This guide covers how to backup the reth state of a Evolve EVM based blockchain.
88

99
Before starting, ensure you have:
1010

11-
- A running Evolve full node - Follow the [Evolve Full Node Setup Guide](https://evolve.dev/guides/full-node) to set up your node
11+
- A running Evolve full node - Follow the [Evolve Full Node Setup Guide](https://ev.xyz/guides/full-node) to set up your node
1212
- Zstandard (zstd) compression tool installed
1313
- jq JSON processor installed
1414
- Administrative access to the Docker host

0 commit comments

Comments
 (0)