Skip to content

Commit 584edb6

Browse files
committed
Making a better URL
1 parent cbe10b2 commit 584edb6

165 files changed

Lines changed: 75 additions & 105 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ git checkout -b fix/typo-in-ethereum-chapter
4343
### 3. 进行修改
4444

4545
- 📝 编辑相关的 Markdown 文件
46-
- 🖼️ 如需添加图片,请放在 `docs/web3-handbook/images/` 对应目录
46+
- 🖼️ 如需添加图片,请放在 `docs/zh/images/` 对应目录
4747
- 🔗 确保所有链接正确有效
4848

4949
### 4. 提交更改
@@ -171,7 +171,7 @@ async function getLatestBlock() {
171171

172172
3. **存放位置**
173173
```
174-
docs/web3-handbook/images/
174+
docs/zh/images/
175175
├── part1/ # 第一部分图片
176176
├── part2/ # 第二部分图片
177177
├── part3/ # 第三部分图片

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
99
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/ethpanda-org/Web3-Internship-Handbook/pulls)
1010

11-
[在线阅读](https://ethpanda-org.github.io/Web3-Internship-Handbook/) | [开始学习](./docs/web3-handbook/README.md) | [加入社区](https://t.me/ethpanda)
11+
[在线阅读](https://ethpanda-org.github.io/Web3-Internship-Handbook/) | [开始学习](./docs/zh/README.md) | [加入社区](https://t.me/ethpanda)
1212

1313
</div>
1414

@@ -38,67 +38,67 @@ Web3 实习手册是由 [ETHPanda](https://ethpanda.org) 和 [LXDAO](https://lxd
3838

3939
### 第一部分:入门导读
4040

41-
1. [**区块链基础概念**](./docs/web3-handbook/part1/blockchain-basic.md)
41+
1. [**区块链基础概念**](./docs/zh/part1/blockchain-basic.md)
4242

4343
- 区块链的本质与运作原理
4444
- 公链、私链、联盟链的区别
4545
- Web3 vs Web2:范式转变
4646

47-
2. [**以太坊概览**](./docs/web3-handbook/part1/overview-of-ethereum.md)
47+
2. [**以太坊概览**](./docs/zh/part1/overview-of-ethereum.md)
4848

4949
- 从 PoW 到 PoS:The Merge 详解
5050
- Layer 2 扩展方案全景
5151
- EVM 生态系统导览
5252

53-
3. [**行业赛道全览**](./docs/web3-handbook/part1/industry-knowledge.md)
53+
3. [**行业赛道全览**](./docs/zh/part1/industry-knowledge.md)
5454

5555
- DeFi:重塑金融体系
5656
- NFT:数字资产革命
5757
- DAO:组织形态创新
5858
- 2025 年新兴趋势
5959

60-
4. [**Web3 工作方式**](./docs/web3-handbook/part1/remote-work-guide.md)
60+
4. [**Web3 工作方式**](./docs/zh/part1/remote-work-guide.md)
6161
- 必备工具与平台使用
6262
- 远程协作最佳实践
6363
- 社区文化与行业黑话
6464

6565
### 第二部分:职业发展
6666

67-
1. [**区块链岗位全景图**](./docs/web3-handbook/part2/position-introduction.md)
67+
1. [**区块链岗位全景图**](./docs/zh/part2/position-introduction.md)
6868

6969
- 技术岗 vs 非技术岗
7070
- 各岗位技能要求
7171
- 职业发展路径
7272

73-
2. [**智能合约开发**](./docs/web3-handbook/part2/smart-contract-development.md)
73+
2. [**智能合约开发**](./docs/zh/part2/smart-contract-development.md)
7474

7575
- Solidity 从入门到精通
7676
- Dapp 架构设计
7777
- 安全审计要点
7878

79-
3. [**社区运营指南**](./docs/web3-handbook/part2/community-intern.md)
79+
3. [**社区运营指南**](./docs/zh/part2/community-intern.md)
8080

8181
- 社区增长策略
8282
- 活动策划执行
8383
- 数据分析方法
8484

85-
4. [**安全与合规**](./docs/web3-handbook/part2/security.md)
85+
4. [**安全与合规**](./docs/zh/part2/security.md)
8686
- 常见安全威胁
8787
- 合规要求解读
8888

8989
### 第三部分:前辈经验
9090

91-
- [**Logic**:前端工程师的 Web3 征途](./docs/web3-handbook/part3/Logic.md)
92-
- [**Jason**:从 Web2 到 Web3 的转型之路](./docs/web3-handbook/part3/Jason.md)
93-
- [**Julie**:00 后如何成为社区增长专家](./docs/web3-handbook/part3/Julie.md)
91+
- [**Logic**:前端工程师的 Web3 征途](./docs/zh/part3/Logic.md)
92+
- [**Jason**:从 Web2 到 Web3 的转型之路](./docs/zh/part3/Jason.md)
93+
- [**Julie**:00 后如何成为社区增长专家](./docs/zh/part3/Julie.md)
9494

9595
### 第四部分:求职指南
9696

97-
1. [**简历撰写指导**](./docs/web3-handbook/part4/write-resume.md)
98-
2. [**面试通关秘籍**](./docs/web3-handbook/part4/interview-preparedness.md)
99-
3. [**求职平台推荐**](./docs/web3-handbook/part4/job-platform.md)
97+
1. [**简历撰写指导**](./docs/zh/part4/write-resume.md)
98+
2. [**面试通关秘籍**](./docs/zh/part4/interview-preparedness.md)
99+
3. [**求职平台推荐**](./docs/zh/part4/job-platform.md)
100100

101-
### [第五部分:资源附录](./docs/web3-handbook/part5/part5.md)
101+
### [第五部分:资源附录](./docs/zh/part5/part5.md)
102102

103103
1. 区块链 / 以太坊术语表
104104
2. 推荐资料清单(文档、书籍、技术博客、视频课程等)
@@ -131,7 +131,7 @@ Web3 实习手册是由 [ETHPanda](https://ethpanda.org) 和 [LXDAO](https://lxd
131131
<tr>
132132
<td align="center">
133133
<a href="https://ethpanda.org">
134-
<img src="./docs/web3-handbook/images/logo/640.png" width="100px;" alt="ETHPanda"/>
134+
<img src="./docs/zh/images/logo/640.png" width="100px;" alt="ETHPanda"/>
135135
<br />
136136
<sub><b>ETHPanda</b></sub>
137137
</a>
@@ -140,7 +140,7 @@ Web3 实习手册是由 [ETHPanda](https://ethpanda.org) 和 [LXDAO](https://lxd
140140
</td>
141141
<td align="center">
142142
<a href="https://lxdao.io">
143-
<img src="./docs/web3-handbook/images/logo/LXDAO.png" width="100px;" alt="LXDAO"/>
143+
<img src="./docs/zh/images/logo/LXDAO.png" width="100px;" alt="LXDAO"/>
144144
<br />
145145
<sub><b>LXDAO</b></sub>
146146
</a>
@@ -156,36 +156,36 @@ Web3 实习手册是由 [ETHPanda](https://ethpanda.org) 和 [LXDAO](https://lxd
156156
<tr>
157157
<td align="center">
158158
<a href="https://x.com/brucexu_eth" target="_blank">
159-
<img src="./docs/web3-handbook/images/contributor/bruce.png" width="64px;" alt="Bruce"/>
159+
<img src="./docs/zh/images/contributor/bruce.png" width="64px;" alt="Bruce"/>
160160
<br />
161161
<sub><b>Bruce</b></sub>
162162
<br />
163163
<sub>项目发起人</sub>
164164
</a>
165165
</td>
166166
<td align="center">
167-
<img src="./docs/web3-handbook/images/contributor/Echo.jpg" width="64px;" alt="Echo"/>
167+
<img src="./docs/zh/images/contributor/Echo.jpg" width="64px;" alt="Echo"/>
168168
<br />
169169
<sub><b>Echo</b></sub>
170170
<br />
171171
<sub>内容架构师</sub>
172172
</td>
173173
<td align="center">
174-
<img src="./docs/web3-handbook/images/contributor/tangyuan.png" width="64px;" alt="吃汤圆"/>
174+
<img src="./docs/zh/images/contributor/tangyuan.png" width="64px;" alt="吃汤圆"/>
175175
<br />
176176
<sub><b>吃汤圆</b></sub>
177177
<br />
178178
<sub>核心编写者</sub>
179179
</td>
180180
<td align="center">
181-
<img src="./docs/web3-handbook/images/contributor/Alex.jpg" width="64px;" alt="Alex"/>
181+
<img src="./docs/zh/images/contributor/Alex.jpg" width="64px;" alt="Alex"/>
182182
<br />
183183
<sub><b>Alex</b></sub>
184184
<br />
185185
<sub>内容贡献者</sub>
186186
</td>
187187
<td align="center">
188-
<img src="./docs/web3-handbook/images/contributor/Luna.jpg" width="64px;" alt="Luna"/>
188+
<img src="./docs/zh/images/contributor/Luna.jpg" width="64px;" alt="Luna"/>
189189
<br />
190190
<sub><b>Luna</b></sub>
191191
<br />
@@ -194,7 +194,7 @@ Web3 实习手册是由 [ETHPanda](https://ethpanda.org) 和 [LXDAO](https://lxd
194194
</tr>
195195
</table>
196196

197-
[查看完整贡献者名单](./docs/web3-handbook/acknowledgments.md)
197+
[查看完整贡献者名单](./docs/zh/acknowledgments.md)
198198

199199
---
200200

docs/.vuepress/navbar.ts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@
44
* Navbar 配置文件,它在 `.vuepress/plume.config.ts` 中被导入。
55
*/
66

7-
import { defineNavbarConfig } from 'vuepress-theme-plume'
7+
import { defineNavbarConfig } from 'vuepress-theme-plume';
88

99
export const zhNavbar = defineNavbarConfig([
10-
{ text: '开始阅读', link: '/web3-handbook/README.md' },
10+
{ text: '开始阅读', link: '/zh/README.md' },
1111
{ text: '关于我们', link: '/notes/aboutUs.md' },
1212
{ text: '参与和支持', link: '/notes/joinUs.md' },
13-
])
13+
]);
1414

1515
export const enNavbar = defineNavbarConfig([
16-
{ text: 'Chinese Version', link: '/web3-handbook/README.md' },
16+
{ text: 'Chinese Version', link: '/zh/README.md' },
1717
{ text: 'About Us', link: '/notes/aboutUs.md' },
1818
{ text: 'Join Development', link: '/notes/joinUs.md' },
19-
])
20-
19+
]);

docs/.vuepress/notes.ts

Lines changed: 9 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -23,32 +23,9 @@ import { defineNoteConfig, defineNotesConfig } from 'vuepress-theme-plume';
2323

2424
/* =================== locale: zh-CN ======================= */
2525

26-
const zhDemoNote = defineNoteConfig({
27-
dir: 'demo',
28-
// `dir` 所指向的目录中的所有 markdown 文件,其 permalink 需要以 `link` 配置作为前缀
29-
// 如果 前缀不一致,则无法生成侧边栏。
30-
// 所以请确保 markdown 文件的 permalink 都以 `link` 开头
31-
link: '/demo',
32-
// 手动配置侧边栏结构
33-
sidebar: ['', 'foo', 'bar'],
34-
// 根据文件结构自动生成侧边栏
35-
// sidebar: 'auto',
36-
});
37-
38-
/**
39-
* 导出所有的 note
40-
* 每一个 note 都应该填入到 `notes.notes` 数组中
41-
* (zhDemoNote 为参考示例,如果不需要它,请删除)
42-
*/
43-
// export const zhNotes = defineNotesConfig({
44-
// dir: 'notes',
45-
// link: '/',
46-
// notes: [zhDemoNote],
47-
// })
48-
4926
const handbookNote = defineNoteConfig({
50-
dir: 'web3-handbook',
51-
link: '/web3-handbook',
27+
dir: 'zh',
28+
link: '/zh',
5229
sidebar: [
5330
{ text: 'Web3 实习手册', link: 'README.md' },
5431
{
@@ -59,7 +36,7 @@ const handbookNote = defineNoteConfig({
5936
{ text: '行业知识', link: 'part1/industry-knowledge.md' },
6037
{ text: 'Web3 工作方式', link: 'part1/remote-work-guide.md' },
6138
],
62-
collapsed: true,
39+
collapsed: false,
6340
},
6441
{
6542
text: 'Web3 行业知识',
@@ -79,20 +56,21 @@ const handbookNote = defineNoteConfig({
7956
badge: { text: '待更新', type: 'info' },
8057
},
8158
],
82-
collapsed: true,
59+
collapsed: false,
8360
},
8461
{
8562
text: '行业前辈访谈录',
8663
items: [
8764
{ text: '前端先锋的链上闯关之路', link: 'part3/Logic.md' },
8865
{ text: 'Web2 到 Web3 的转型之路', link: 'part3/Jason.md' },
8966
{ text: 'Web3 社区增长专家', link: 'part3/Julie.md' },
67+
{ text: '如何成为靠谱的 Web3 实习生', link: 'part3/Bruce.md' },
9068
],
91-
collapsed: true,
69+
collapsed: false,
9270
},
9371
{
9472
text: '面试准备与行业岗位推荐',
95-
collapsed: true,
73+
collapsed: false,
9674
items: [
9775
{ text: '招聘平台与职位推荐', link: 'part4/job-platform.md' },
9876
{ text: 'Web3 行业简历撰写指导', link: 'part4/write-resume.md' },
@@ -104,15 +82,10 @@ const handbookNote = defineNoteConfig({
10482
},
10583
{
10684
text: '附录',
107-
collapsed: true,
108-
items: [
109-
{ text: '附录一', link: 'part5/part5.md' },
110-
// { text: '线上活动执行模板', link: 'part5/online.md' },
111-
// { text: '线下活动执行模板', link: 'part5/offline.md' },
112-
],
85+
collapsed: false,
86+
items: [{ text: '附录', link: 'part5/part5.md' }],
11387
},
11488
{ text: '致谢名单', link: 'acknowledgments.md' },
115-
// {text: '获取更多', link: 'get-started.md', collapsed: true}
11689
],
11790
});
11891

docs/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ config:
1212
actions:
1313
- theme: brand
1414
text: 开始阅读
15-
link: ./web3-handbook/README.md
15+
link: ./zh/README.md
1616
- theme: alt
1717
text: Github →
1818
link: https://github.com/ethpanda-org/Web3-Internship-Handbook
1919
- type: image-text
2020
title: 「Web3 实习手册」是什么?
2121
image:
22-
src: ./web3-handbook/images/home/brainstorming.svg
22+
src: ./zh/images/home/brainstorming.svg
2323
width: 300
2424
list:
2525
- title: 这是一本专为高校学生打造的 Web3 入门读物。我们深知你在进入 Web3 领域时面临的挑战与困惑,因此,这本手册将成为你最可靠的引路人。
@@ -30,7 +30,7 @@ config:
3030
- type: text-image
3131
title: 为什么选择我们?
3232
image:
33-
src: ./web3-handbook/images/home/confuse.png
33+
src: ./zh/images/home/confuse.png
3434
width: 300
3535
list:
3636
- title: 我们不仅提供知识,更注重实践。Web3 行业日新月异,缺乏系统性指导是许多新人的痛点。我们致力于为你构建一个安全、高效的学习路径,让你自信迈入 Web3 世界。
@@ -42,15 +42,15 @@ config:
4242
features:
4343
- title: ETHPanda
4444
icon:
45-
src: ./web3-handbook/images/logo/640.png
45+
src: ./zh/images/logo/640.png
4646
width: 45px
4747
height: 45px
4848
details: ETHpanda 是一个由华语建设者组成的以太坊社区,致力于通过教育、公共服务、活动和技术创新,连接华语建设者与国际以太坊生态,共同推动以太坊的持续发展与创新。
4949
link: https://ethpanda.org
5050
linkText: 加入我们
5151
- title: LXDAO
5252
icon:
53-
src: ./web3-handbook/images/logo/LXDAO.png
53+
src: ./zh/images/logo/LXDAO.png
5454
width: 45px
5555
height: 45px
5656
details: LXDAO 是一个研发驱动的 DAO,致力于帮助开源项目和公共物品进入可持续发展的无限循环(Infinite Cycle)。
@@ -62,37 +62,37 @@ config:
6262
features:
6363
- title: Bruce
6464
icon:
65-
src: ./web3-handbook/images/contributor/bruce.png
65+
src: ./zh/images/contributor/bruce.png
6666
width: 45px
6767
height: 45px
6868
details: 项目发起人 & 生态建设
6969
- title: Echo
7070
icon:
71-
src: ./web3-handbook/images/contributor/Echo.jpg
71+
src: ./zh/images/contributor/Echo.jpg
7272
width: 45px
7373
height: 45px
7474
details: 项目统筹 & 内容架构设计 & 编写
7575
- title: 吃汤圆
7676
icon:
77-
src: ./web3-handbook/images/contributor/tangyuan.png
77+
src: ./zh/images/contributor/tangyuan.png
7878
width: 45px
7979
height: 45px
8080
details: 内容架构设计 & 编写
8181
- title: Alex
8282
icon:
83-
src: ./web3-handbook/images/contributor/Alex.jpg
83+
src: ./zh/images/contributor/Alex.jpg
8484
width: 45px
8585
height: 45px
8686
details: 内容编写
8787
- title: Luna
8888
icon:
89-
src: ./web3-handbook/images/contributor/Luna.jpg
89+
src: ./zh/images/contributor/Luna.jpg
9090
width: 45px
9191
height: 45px
9292
details: 内容编写
9393
- title: Jason
9494
icon:
95-
src: ./web3-handbook/images/Industry-veteran/WechatIMG69.jpg
95+
src: ./zh/images/Industry-veteran/WechatIMG69.jpg
9696
width: 45px
9797
height: 45px
9898
details: 内容编写

docs/notes/aboutUs.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ createTime: 2025/06/20 17:28:06
44
permalink: /article/wi8k8mhd/
55
---
66

7-
![ETHPanda](../web3-handbook/images/logo//640.png){.full-width width="50%"}
7+
![ETHPanda](../zh/images/logo//640.png){.full-width width="50%"}
88

99
### ==ETHPanda=={.important}
1010

@@ -19,11 +19,9 @@ ETHPanda 是一个致力于推动以太坊和 Web3 技术在中文社区发展
1919
- 覆盖区域:海内外华人聚集区域
2020
- 可持续性:ETHPanda 作为非营利性组织,将面向整个以太坊生态提供公共服务。依靠基金会 Grants、活动 Sponsorship、捐赠等实现可持续性
2121

22-
<br>
22+
<br>
2323

24-
25-
26-
![LXDAO](../web3-handbook/images/logo/LXDAO.png){.full-width width="30%"}
24+
![LXDAO](../zh/images/logo/LXDAO.png){.full-width width="30%"}
2725

2826
### ==LXDAO=={.important}
2927

0 commit comments

Comments
 (0)