Skip to content

Commit

Permalink
feat: add nodes video
Browse files Browse the repository at this point in the history
  • Loading branch information
a-bahdanau committed Sep 30, 2024
1 parent 0bfaa8b commit 5d7898b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/participate/run-nodes/full-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ The TON Foundation recommends the following providers for running a Validator:

## Run a Node (video)

[//]: # (<ReactPlayer controls={true} style={{borderRadius:'10pt', margin:'15pt auto', maxWidth: '100%'}} url='/docs/files/setup_validator.mp4' />)
[//]: # (<ReactPlayer controls={true} style={{borderRadius:'10pt', margin:'15pt auto', maxWidth: '100%'}} url='/docs/files/TON_nodes.mp4' />)

Please, check this video step-by-step tutorial to start promptly:
````mdx-code-block
<video style={{borderRadius:'10pt', margin:'auto', width: '100%', maxWidth: '100%'}} controls={true}>
<source src="/files/setup_validator.mp4" type="video/mp4" />
<source src="/files/TON_nodes.mp4" type="video/mp4" />
</video>
````

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ TON基金会推荐以下供应商运行验证者:

## 如何运行节点?(视频)

[//]: # (<ReactPlayer controls={true} style={{borderRadius:'10pt', margin:'15pt auto', maxWidth: '100%'}} url='/docs/files/setup_validator.mp4' />)
[//]: # (<ReactPlayer controls={true} style={{borderRadius:'10pt', margin:'15pt auto', maxWidth: '100%'}} url='/docs/files/TON_nodes.mp4' />)

请查看此视频逐步教程,以快速开始:
````mdx-code-block
<video style={{borderRadius:'10pt', margin:'auto', width: '100%', maxWidth: '100%'}} controls={true}>
<source src="/files/setup_validator.mp4" type="video/mp4" />
<source src="/files/TON_nodes.mp4" type="video/mp4" />
</video>
````
## 逐步指导
Expand Down
Binary file not shown.

0 comments on commit 5d7898b

Please sign in to comment.