File tree 2 files changed +5
-5
lines changed
i18n/zh/docusaurus-plugin-content-docs/current/02-getting-started/02-setup
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
const lightCodeTheme = require ( 'prism-react-renderer/themes/github' ) ;
5
5
const darkCodeTheme = require ( 'prism-react-renderer/themes/dracula' ) ;
6
6
7
- const baseUrl = process . env . BASE_URL || '/starcoin-cookbook/ ' ;
7
+ const baseUrl = process . env . BASE_URL || '/' ;
8
8
9
9
/** @type {import('@docusaurus/types').Config } */
10
10
const config = {
Original file line number Diff line number Diff line change 1
- # 如何参与主网络
1
+ # 如何参与2.0网络
2
2
3
3
## 简介
4
4
5
5
2024年6月21日,Starcoin 推出了 Vega 网络,标志着 Starcoin 2.0 的新时代开启。此次升级引入了FlexiDag和TurboSTM技术,极大地提升了灵活性、性能和交易效率。这次升级展示了 Starcoin 在区块链领域持续创新的决心,并为未来的进步和机遇奠定了坚实的基础。
6
6
7
- ## Windows 加入主网络
7
+ ## Windows 加入2.0网络
8
8
9
9
** 1. 启动**
10
10
@@ -77,7 +77,7 @@ account export <ADDRESS>
77
77
exit
78
78
` ` `
79
79
80
- # # Linux 加入主网络 (推荐)
80
+ # # Linux 加入2.0网络 (推荐)
81
81
82
82
** 1. 启动**
83
83
@@ -134,7 +134,7 @@ account export <ADDRESS>
134
134
exit
135
135
` ` `
136
136
137
- # # Docker 加入主网络
137
+ # # Docker 加入2.0网络
138
138
139
139
** 1. 拉取 [Docker 镜像](https://hub.docker.com/r/starcoin/starcoin/)**
140
140
You can’t perform that action at this time.
0 commit comments