Skip to content

Commit 97cc9b6

Browse files
Star585star585
and
star585
authored
update for v4 (#220)
Co-authored-by: star585 <star585@westar.io>
1 parent 75abe62 commit 97cc9b6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
const lightCodeTheme = require('prism-react-renderer/themes/github');
55
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
66

7-
const baseUrl = process.env.BASE_URL || '/starcoin-cookbook/';
7+
const baseUrl = process.env.BASE_URL || '/';
88

99
/** @type {import('@docusaurus/types').Config} */
1010
const config = {

i18n/zh/docusaurus-plugin-content-docs/current/02-getting-started/02-setup/08-vega-network.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# 如何参与主网络
1+
# 如何参与2.0网络
22

33
## 简介
44

55
2024年6月21日,Starcoin 推出了 Vega 网络,标志着 Starcoin 2.0 的新时代开启。此次升级引入了FlexiDag和TurboSTM技术,极大地提升了灵活性、性能和交易效率。这次升级展示了 Starcoin 在区块链领域持续创新的决心,并为未来的进步和机遇奠定了坚实的基础。
66

7-
## Windows 加入主网络
7+
## Windows 加入2.0网络
88

99
**1. 启动**
1010

@@ -77,7 +77,7 @@ account export <ADDRESS>
7777
exit
7878
```
7979
80-
## Linux 加入主网络(推荐)
80+
## Linux 加入2.0网络(推荐)
8181
8282
**1. 启动**
8383
@@ -134,7 +134,7 @@ account export <ADDRESS>
134134
exit
135135
```
136136
137-
## Docker 加入主网络
137+
## Docker 加入2.0网络
138138
139139
**1. 拉取 [Docker 镜像](https://hub.docker.com/r/starcoin/starcoin/)**
140140

0 commit comments

Comments
 (0)